Skip to content

Commit 97c5b14

Browse files
rvlangerman
authored andcommitted
Support GHC 8.6
1 parent 0eb23e4 commit 97c5b14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nix-tools.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ library
1818
, Cabal2Nix.Util
1919
, Cabal2Nix.Plan
2020
, Distribution.Nixpkgs.Fetch
21-
build-depends: base >=4.11 && <4.12
21+
build-depends: base >=4.11 && <4.13
2222
, hnix >= 0.5.0
2323
, aeson
2424
, unordered-containers
@@ -40,7 +40,7 @@ library
4040
executable cabal-to-nix
4141
ghc-options: -Wall
4242
main-is: Main.hs
43-
build-depends: base >=4.11 && <4.12
43+
build-depends: base >=4.11 && <4.13
4444
, transformers
4545
, bytestring
4646
, hpack
@@ -56,7 +56,7 @@ executable cabal-to-nix
5656
executable hashes-to-nix
5757
ghc-options: -Wall
5858
main-is: Main.hs
59-
build-depends: base >=4.11 && <4.12
59+
build-depends: base >=4.11 && <4.13
6060
, hnix >= 0.5.0
6161
, nix-tools
6262
, data-fix
@@ -72,7 +72,7 @@ executable hashes-to-nix
7272
executable plan-to-nix
7373
ghc-options: -Wall
7474
main-is: Main.hs
75-
build-depends: base >=4.11 && <4.12
75+
build-depends: base >=4.11 && <4.13
7676
, nix-tools
7777
, hnix >= 0.5.0
7878
, text
@@ -87,7 +87,7 @@ executable plan-to-nix
8787
executable hackage-to-nix
8888
ghc-options: -Wall
8989
main-is: Main.hs
90-
build-depends: base >=4.11 && <4.12
90+
build-depends: base >=4.11 && <4.13
9191
, nix-tools
9292
, hackage-db
9393
, hnix
@@ -106,7 +106,7 @@ executable hackage-to-nix
106106
executable lts-to-nix
107107
ghc-options: -Wall
108108
main-is: Main.hs
109-
build-depends: base >=4.11 && <4.12
109+
build-depends: base >=4.11 && <4.13
110110
, nix-tools
111111
, hnix >= 0.5.0
112112
, yaml
@@ -124,7 +124,7 @@ executable lts-to-nix
124124
executable stack-to-nix
125125
ghc-options: -Wall
126126
main-is: Main.hs
127-
build-depends: base >=4.11 && <4.12
127+
build-depends: base >=4.11 && <4.13
128128
, nix-tools
129129
, transformers
130130
, hnix >= 0.5.0

0 commit comments

Comments
 (0)