diff --git a/.travis.yml b/.travis.yml index 0c2882b..3757225 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: haskell git: depth: 5 -cabal: "2.4" +cabal: "3.0" cache: directories: @@ -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 diff --git a/slist.cabal b/slist.cabal index 346b883..b0effe7 100644 --- a/slist.cabal +++ b/slist.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.4 +cabal-version: 3.0 name: slist version: 0.0.0 synopsis: Sized list @@ -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