Skip to content

Commit 937f549

Browse files
authored
Add an upper bound on h-s-e.
See #5.
1 parent 3500832 commit 937f549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackage-diff.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ executable hackage-diff
8484
-- other-extensions:
8585
build-depends: base >=4.8 && <5.0,
8686
Cabal >=1.20.0.0,
87-
haskell-src-exts >=1.15.0,
87+
haskell-src-exts >=1.15.0 && < 1.18,
8888
ansi-terminal >=0.6.1.1,
8989
directory >=1.2.0.0,
9090
filepath >=1.3.0.0,

0 commit comments

Comments
 (0)