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 fe4b04b commit 19efa9fCopy full SHA for 19efa9f
.travis.yml
@@ -28,6 +28,9 @@ matrix:
28
- env: CABALVER=1.24 GHCVER=8.0.2
29
compiler: ": #GHC 8.0.2"
30
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
31
+ - env: CABALVER=2.0 GHCVER=8.2.1
32
+ compiler: ": #GHC 8.2.1"
33
+ addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
34
- env: CABALVER=head GHCVER=head
35
compiler: ": #GHC head"
36
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
hood.cabal
@@ -18,6 +18,7 @@ tested-with: GHC == 7.4.2
18
, GHC == 7.8.4
19
, GHC == 7.10.3
20
, GHC == 8.0.2
21
+ , GHC == 8.2.1
22
extra-source-files: CHANGELOG.md, README.md
23
24
Library
0 commit comments