We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ed553 commit 0886fe3Copy full SHA for 0886fe3
.travis.yml
@@ -2,6 +2,11 @@ language: haskell
2
3
dist: xenial
4
5
+addons:
6
+ apt:
7
+ packages:
8
+ - cabal-install-2.2
9
+
10
ghc:
11
- "8.6.3"
12
- "8.4.4"
mono-traversable-keys.cabal
@@ -20,8 +20,8 @@ description:
20
containers enhanced by the @mono-trversable@ package.
21
22
extra-source-files:
23
- README.md
24
- CHANGELOG.md
+ README.md
+ CHANGELOG.md
25
26
source-repository head
27
type: git
@@ -98,4 +98,3 @@ library
98
99
hs-source-dirs:
100
src
101
-
0 commit comments