Skip to content

Commit b11de6d

Browse files
committed
Bump tested-with.
1 parent 125e4fe commit b11de6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_cache:
2626
- rm -rfv $CABALHOME/packages/head.hackage
2727
matrix:
2828
include:
29-
- compiler: ghc-8.8.1
29+
- compiler: ghc-8.8.3
3030
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
3131
- compiler: ghc-8.6.5
3232
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}

ekg-core.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ maintainer: Johan Tibell <johan.tibell@gmail.com>,
1414
category: System
1515
build-type: Simple
1616
extra-source-files: CHANGES.md
17-
tested-with: GHC == 8.6.5, GHC == 8.4.4, GHC == 8.2.2,
18-
GHC == 8.0.2, GHC == 7.10.3, GHC == 7.8.4,
19-
GHC == 7.6.3
17+
tested-with: GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4,
18+
GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3,
19+
GHC == 7.8.4, GHC == 7.6.3
2020

2121
library
2222
exposed-modules:

0 commit comments

Comments
 (0)