Skip to content

Commit f8d26b9

Browse files
committed
Bump the base dep.
1 parent 77c6588 commit f8d26b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ekg-core.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ category: System
1414
build-type: Simple
1515
extra-source-files: CHANGES.md
1616
cabal-version: >=1.10
17-
tested-with: GHC == 8.4.1, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3
18-
, GHC == 7.8.4, GHC == 7.6.3
17+
tested-with: GHC == 8.4.1, GHC == 8.2.2, GHC == 8.0.2,
18+
GHC == 7.10.3, GHC == 7.8.4, GHC == 7.6.3
1919

2020
library
2121
exposed-modules:
@@ -33,7 +33,7 @@ library
3333

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

0 commit comments

Comments
 (0)