Update flake, latest haskell build with many libraries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user