1
0

Update flake, latest haskell build with many libraries

This commit is contained in:
2026-01-03 18:50:15 -05:00
parent c65e1b3828
commit 2ef8dad418

View File

@@ -75,7 +75,8 @@
# packages.default = pkgs.hello; # packages.default = pkgs.hello;
devShells.default = let 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: self:
with self; [ with self; [
relude relude
@@ -83,10 +84,12 @@
aeson aeson
random random
neat-interpolation neat-interpolation
# maths # maths
primes primes
arithmoi arithmoi
parallel parallel
# graphing libraries! # graphing libraries!
Chart Chart
Chart-cairo Chart-cairo
@@ -107,13 +110,11 @@
in in
pkgs.mkShell { pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
haskell.compiler.native-bignum.ghc9141
cowsay cowsay
alejandra alejandra
# ghc' ghc'
clean clean
haskell-language-server haskell-language-server