From 2ef8dad4187d50a0568acffb284f6ddf4a53261e Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 3 Jan 2026 18:50:15 -0500 Subject: [PATCH] Update flake, latest haskell build with many libraries --- flake.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index efa9504..ab068a6 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,8 @@ # packages.default = pkgs.hello; devShells.default = let - ghc' = pkgs.haskell.packages.ghc914.ghcWithHoogle ( + # https://downloads.haskell.org/~ghc/9.10.3/docs/users_guide/index.html + ghc' = pkgs.haskell.packages.ghc9103.ghcWithHoogle ( self: with self; [ relude @@ -83,10 +84,12 @@ aeson random neat-interpolation + # maths primes arithmoi parallel + # graphing libraries! Chart Chart-cairo @@ -107,13 +110,11 @@ in pkgs.mkShell { packages = with pkgs; [ - haskell.compiler.native-bignum.ghc9141 - cowsay alejandra - # ghc' + ghc' clean haskell-language-server