File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -83,18 +83,18 @@ executable hackage-diff
83
83
-- other-modules:
84
84
-- other-extensions:
85
85
build-depends : base >= 4.8 && < 5.0 ,
86
- Cabal >= 1.20.0.0 ,
86
+ Cabal >= 1.20.0 && < 2 .0 ,
87
87
haskell-src-exts >= 1.15.0 && < 1.18 ,
88
- ansi-terminal >= 0.6.1.1 ,
89
- directory >= 1.2.0.0 ,
90
- filepath >= 1.3.0.0 ,
91
- process >= 1.2.0.0 ,
92
- attoparsec >= 0.12.1.0 ,
93
- cpphs >= 1.18.5 ,
94
- mtl >= 2.2.1 ,
95
- text >= 1.1.1.0 ,
96
- HTTP >= 4000.2.17 ,
97
- async >= 2.0.1.5
88
+ ansi-terminal >= 0.6.1 && < 0.7 ,
89
+ directory >= 1.2.0 && < 1.4 ,
90
+ filepath >= 1.3.0 && < 1.5 ,
91
+ process >= 1.2.0 && < 1.5 ,
92
+ attoparsec >= 0.12.1 && < 0.13 ,
93
+ cpphs >= 1.18.5 && < 1.19 ,
94
+ mtl >= 2.2.1 && < 2.3 ,
95
+ text >= 1.1.1 && < 1.3 ,
96
+ HTTP >= 4000.2.17 && < 4000.4 ,
97
+ async >= 2.0.1 && < 2.2
98
98
-- hs-source-dirs:
99
99
default-language : Haskell2010
100
100
ghc-options : -Wall -O2 -rtsopts
You can’t perform that action at this time.
0 commit comments