Skip to content

Commit fe58b2b

Browse files
authored
Merge pull request #34 from dten/ghc8.8
build with 8.8.1
2 parents c0ed981 + e2d646e commit fe58b2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ before_cache:
2626
- rm -rfv $CABALHOME/packages/head.hackage
2727
matrix:
2828
include:
29+
- compiler: ghc-8.8.1
30+
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
2931
- compiler: ghc-8.6.5
3032
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
3133
- compiler: ghc-8.4.4

ekg-core.cabal

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

3535
build-depends:
3636
ghc-prim < 0.6,
37-
base >= 4.6 && < 4.13,
37+
base >= 4.6 && < 4.14,
3838
containers >= 0.5 && < 0.7,
3939
text < 1.3,
4040
unordered-containers < 0.3

0 commit comments

Comments
 (0)