Skip to content

Commit b8668e1

Browse files
committed
Upgrade to cabal2nix-2.11. Should fix #117
1 parent 030d161 commit b8668e1

File tree

3 files changed

+132
-44
lines changed

3 files changed

+132
-44
lines changed

stack.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ packages:
44
- '.'
55

66
extra-deps:
7-
- cabal2nix-2.10.0
7+
- cabal2nix-2.11
8+
- hpack-0.29.6 # dependency of cabal2nix-2.10.0
9+
- infer-license-0.2.0 # dependency of hpack-0.29.6
810

911
nix:
1012
packages: [zlib,gmp,git,pcre,openssl]

stack2nix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library
2222
build-depends: base >=4.9 && <4.12
2323
, Cabal >= 2.0.0.2 && < 2.3
2424
, async >= 2.1.1.1 && < 2.3
25-
, cabal2nix >= 2.10 && < 2.11
25+
, cabal2nix >= 2.11 && < 2.12
2626
, containers >= 0.5.7.1 && < 0.6
2727
, directory >= 1.3 && < 1.4
2828
, distribution-nixpkgs >= 1.1 && < 1.2

0 commit comments

Comments
 (0)