[#5] Support GHC-8.6.5 and GHC-8.4.4 (#7)

Resolves #5
This commit is contained in:
Dmitrii Kovanikov 2020-03-19 16:25:33 +00:00 committed by GitHub
parent def93dfeca
commit 080c49a4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -14,6 +14,8 @@ jobs:
matrix:
cabal: ["2.4"]
ghc:
- "8.4.4"
- "8.6.5"
- "8.8.3"
steps:

View File

@ -14,8 +14,10 @@ cache:
matrix:
include:
- ghc: 8.4.4
- ghc: 8.6.5
- ghc: 8.8.3
- ghc: 8.8.3
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack.yaml"

View File

@ -14,14 +14,16 @@ category: CustomSetup, Setup, Cabal, Distribution, Development
build-type: Simple
extra-doc-files: README.md
CHANGELOG.md
tested-with: GHC == 8.8.3
tested-with: GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.3
source-repository head
type: git
location: https://github.com/kowainik/autopack.git
common common-options
build-depends: base ^>= 4.13.0.0
build-depends: base >= 4.11.0.0 && < 4.14
ghc-options: -Wall
-Wcompat
@ -56,6 +58,6 @@ library
import: common-options
hs-source-dirs: src
exposed-modules: Autopack
build-depends: Cabal ^>= 3.0
build-depends: Cabal >= 2.2 && < 3.2
, dir-traverse ^>= 0.2
, filepath ^>= 1.4