Merge pull request #15 from typeable/update-ghc-versions

Update GHC versions, include 8.8.4
This commit is contained in:
Denis Redozubov 2020-11-03 18:54:21 +03:00 committed by GitHub
commit 8f105b7b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -12,12 +12,12 @@ cache:
jobs:
include:
- ghc: 8.10.2
env: SNAPSHOT="nightly-2020-11-03"
- ghc: 8.8.4
env: SNAPSHOT="lts-16.20"
- ghc: 8.6.5
env: SNAPSHOT="lts-14.22"
- ghc: 8.6.4
env: SNAPSHOT="lts-13.19"
- ghc: 8.6.3
env: SNAPSHOT="lts-13.11"
- ghc: 8.4.4
env: SNAPSHOT="lts-12.26"

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-14.21
resolver: lts-16.20
# User packages to be built.
# Various formats can be used as shown in the example below.

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: validationt
version: 0.3.1
version: 0.3.0
synopsis: Straightforward validation monad
description: A simple data validation library. The main idea is to provide an easy way to
validate web form data by aggregating errors for each field.
@ -18,6 +18,8 @@ extra-source-files: ChangeLog.md
cabal-version: >=1.10
tested-with: GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.2
source-repository head
type: git