Skip to content

Commit

Permalink
Support GHC 9.4 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Jan 20, 2023
1 parent 6c038ec commit 408e353
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let

nixpkgsArgs = haskellNix.nixpkgsArgs;

compiler-nix-name = "ghc924";
compiler-nix-name = "ghc943";

pkgs = import nixpkgsSrc nixpkgsArgs;

Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "https://input-output-hk.github.io/haskell.nix",
"owner": "input-output-hk",
"repo": "haskell.nix",
"rev": "0837156c56cb5350dd9bd84eb424187e00aa1e8a",
"sha256": "1djmv5a0vfj78csw2cad6nicrs8iqrp928b9b3v4h7lwwhhzliwl",
"rev": "9cd5fc04b9577d951eca4718b4066f4259bcba5e",
"sha256": "0rydx3z29g80kp51s4wlkh3r8zfnjdnmbbgikhsbalplpnqm8kmz",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/0837156c56cb5350dd9bd84eb424187e00aa1e8a.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/9cd5fc04b9577d951eca4718b4066f4259bcba5e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
Expand Down
2 changes: 1 addition & 1 deletion rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source-repository head
library
build-depends:
aeson
, base ^>= 4.14 || ^>=4.15 || ^>=4.16
, base ^>= 4.14 || ^>=4.15 || ^>=4.16 || ^>=4.17
, bifunctors
, bytestring
, case-insensitive
Expand Down

0 comments on commit 408e353

Please sign in to comment.