Skip to content

Commit a78111c

Browse files
authored
Merge pull request #9 from mightybyte/bounds-fix-build
Add version bounds to fix the build
2 parents d9330ac + fd286f2 commit a78111c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

hackage-diff.cabal

+11-11
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,18 @@ executable hackage-diff
8383
-- other-modules:
8484
-- other-extensions:
8585
build-depends: base >=4.8 && <5.0,
86-
Cabal >=1.20.0.0,
86+
Cabal >=1.20.0 && < 2.0,
8787
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
9898
-- hs-source-dirs:
9999
default-language: Haskell2010
100100
ghc-options: -Wall -O2 -rtsopts

0 commit comments

Comments
 (0)