Skip to content

Commit 9cce46f

Browse files
committed
Bump the base dep to >= 4.6.
We don't test with or support GHC 7.4.
1 parent 131a175 commit 9cce46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ekg-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333

3434
build-depends:
3535
ghc-prim < 0.6,
36-
base >= 4.5 && < 4.11,
36+
base >= 4.6 && < 4.11,
3737
containers >= 0.5 && < 0.6,
3838
text < 1.3,
3939
unordered-containers < 0.3

0 commit comments

Comments
 (0)