Skip to content

Commit

Permalink
Upgrade Haskell.nix (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Aug 16, 2022
1 parent c060f6b commit 961e1ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://cache.nixos.org/ https://hydra.iohk.io
substituters = https://cache.nixos.org/ https://cache.iog.io
- uses: cachix/cachix-action@v10
with:
Expand Down
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 = "ghc921";
compiler-nix-name = "ghc924";

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": "f3b66b194cd95bfd269a29f89b686eb62269a2b4",
"sha256": "16nk8ahn1n8fg24zrxj4bp4zrmacdw11zhjk80r5fnmshm232s47",
"rev": "d457e12916c77cc9342ed7356ffdf266a05ef982",
"sha256": "0z6fr81bi37mw3kaw7g7wg5ayplh72czv3asih2npz7bnadq1al5",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/f3b66b194cd95bfd269a29f89b686eb62269a2b4.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/d457e12916c77cc9342ed7356ffdf266a05ef982.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 @@ -27,7 +27,7 @@ library
, comonad
, contravariant
, hasql ^>= 1.4.5.1 || ^>= 1.5.0.0
, opaleye ^>= 0.9.1.0
, opaleye >= 0.9.1.0 && <= 0.9.3.2
, pretty
, profunctors
, product-profunctors
Expand Down

0 comments on commit 961e1ba

Please sign in to comment.