Skip to content

Commit

Permalink
[#13] Support GHC-8.8.1 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed Aug 31, 2019
1 parent fb43d21 commit 7862de0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: haskell
git:
depth: 5

cabal: "2.4"
cabal: "3.0"

cache:
directories:
Expand All @@ -15,6 +15,7 @@ matrix:
- ghc: 8.2.2
- ghc: 8.4.4
- ghc: 8.6.5
- ghc: 8.8.1

install:
- cabal new-update
Expand Down
5 changes: 3 additions & 2 deletions slist.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cabal-version: 2.4
cabal-version: 3.0
name: slist
version: 0.0.0
synopsis: Sized list
Expand All @@ -18,13 +18,14 @@ extra-doc-files: README.md
tested-with: GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.1

source-repository head
type: git
location: https://github.com/vrom911/slist.git

common common-options
build-depends: base >= 4.10.1.0 && < 4.13
build-depends: base >= 4.10.1.0 && < 4.14

ghc-options: -Wall
-Wincomplete-uni-patterns
Expand Down

0 comments on commit 7862de0

Please sign in to comment.