Skip to content

Commit

Permalink
update to ghc96
Browse files Browse the repository at this point in the history
  • Loading branch information
danwdart committed Apr 21, 2024
1 parent 159b6cc commit b87f688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
nixpkgs = nixpkgs;
compiler = compiler;
},
compiler ? "ghc94"
compiler ? "ghc96"
}:
let
pkgsForX86 = if builtins.currentSystem == "x86_64-linux" then nixpkgs else nixpkgs.pkgsCross.gnu64.pkgsBuildHost;
Expand Down
4 changes: 2 additions & 2 deletions openfaas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library

build-depends:
, aeson
, base >=4.17.0.0
, base >=4.18.0.0
, bytestring
, containers
, text
Expand All @@ -44,7 +44,7 @@ test-suite openfaas-test
hs-source-dirs: test
main-is: Spec.hs
build-depends:
, base >=4.17.0.0
, base >=4.18.0.0
, bytestring
, hspec
, openfaas
Expand Down

0 comments on commit b87f688

Please sign in to comment.