@@ -18,7 +18,7 @@ library
18
18
, Cabal2Nix.Util
19
19
, Cabal2Nix.Plan
20
20
, Distribution.Nixpkgs.Fetch
21
- build-depends : base >= 4.11 && < 4.12
21
+ build-depends : base >= 4.11 && < 4.13
22
22
, hnix >= 0.5.0
23
23
, aeson
24
24
, unordered-containers
@@ -40,7 +40,7 @@ library
40
40
executable cabal-to-nix
41
41
ghc-options : -Wall
42
42
main-is : Main.hs
43
- build-depends : base >= 4.11 && < 4.12
43
+ build-depends : base >= 4.11 && < 4.13
44
44
, transformers
45
45
, bytestring
46
46
, hpack
@@ -56,7 +56,7 @@ executable cabal-to-nix
56
56
executable hashes-to-nix
57
57
ghc-options : -Wall
58
58
main-is : Main.hs
59
- build-depends : base >= 4.11 && < 4.12
59
+ build-depends : base >= 4.11 && < 4.13
60
60
, hnix >= 0.5.0
61
61
, nix-tools
62
62
, data-fix
@@ -72,7 +72,7 @@ executable hashes-to-nix
72
72
executable plan-to-nix
73
73
ghc-options : -Wall
74
74
main-is : Main.hs
75
- build-depends : base >= 4.11 && < 4.12
75
+ build-depends : base >= 4.11 && < 4.13
76
76
, nix-tools
77
77
, hnix >= 0.5.0
78
78
, text
@@ -87,7 +87,7 @@ executable plan-to-nix
87
87
executable hackage-to-nix
88
88
ghc-options : -Wall
89
89
main-is : Main.hs
90
- build-depends : base >= 4.11 && < 4.12
90
+ build-depends : base >= 4.11 && < 4.13
91
91
, nix-tools
92
92
, hackage-db
93
93
, hnix
@@ -106,7 +106,7 @@ executable hackage-to-nix
106
106
executable lts-to-nix
107
107
ghc-options : -Wall
108
108
main-is : Main.hs
109
- build-depends : base >= 4.11 && < 4.12
109
+ build-depends : base >= 4.11 && < 4.13
110
110
, nix-tools
111
111
, hnix >= 0.5.0
112
112
, yaml
@@ -124,7 +124,7 @@ executable lts-to-nix
124
124
executable stack-to-nix
125
125
ghc-options : -Wall
126
126
main-is : Main.hs
127
- build-depends : base >= 4.11 && < 4.12
127
+ build-depends : base >= 4.11 && < 4.13
128
128
, nix-tools
129
129
, transformers
130
130
, hnix >= 0.5.0
0 commit comments