Merge branch 'master-ghc8107' into master-ios

This commit is contained in:
Evgeny Poberezkin
2023-10-08 08:41:36 +01:00
8 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
let pkgs = haskellNix.legacyPackages.${system}; in
let drv' = { extra-modules, pkgs', ... }: pkgs'.haskell-nix.project {
compiler-nix-name = "ghc8107";
index-state = "2022-06-20T00:00:00Z";
index-state = "2023-10-06T00:00:00Z";
# We need this, to specify we want the cabal project.
# If the stack.yaml was dropped, this would not be necessary.
projectFileName = "cabal.project";