Skip to content

Commit 0886fe3

Browse files
Telling Travis to use the correct version of cabal.
1 parent 55ed553 commit 0886fe3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: haskell
22

33
dist: xenial
44

5+
addons:
6+
apt:
7+
packages:
8+
- cabal-install-2.2
9+
510
ghc:
611
- "8.6.3"
712
- "8.4.4"

mono-traversable-keys.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ description:
2020
containers enhanced by the @mono-trversable@ package.
2121

2222
extra-source-files:
23-
README.md
24-
CHANGELOG.md
23+
README.md
24+
CHANGELOG.md
2525

2626
source-repository head
2727
type: git
@@ -98,4 +98,3 @@ library
9898

9999
hs-source-dirs:
100100
src
101-

0 commit comments

Comments
 (0)