Skip to content

Commit

Permalink
Allow GHC-8.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 13, 2020
1 parent 731550c commit ec63775
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ matrix:

- ghc: 8.6.5
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack.yaml"
- ghc: 8.8.4

install:
- |
Expand All @@ -37,7 +38,7 @@ script:
if [ -z "$STACK_YAML" ]; then
cabal test --enable-test
else
stack test --system-ghc
stack test --system-ghc
fi
notifications:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
`fcm-client` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.3.0.0

* [#11](https://github.com/Holmusk/fcm-client/issues/11)
Allow GHC-8.8.4

## 0.2.0.0 — Sep 18, 2019

* [#3](https://github.com/holmusk/fcm-client/issues/3):
Expand Down
5 changes: 3 additions & 2 deletions fcm-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: fcm-client
version: 0.2.0.0
version: 0.3.0.0
synopsis: Admin API for Firebase Cloud Messaging
description: This package provides data type model and functions to call FCM endpoints.
homepage: https://github.com/holmusk/fcm-client#readme
Expand All @@ -16,13 +16,14 @@ extra-doc-files: README.md
tested-with: GHC == 8.2.2
GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.4

source-repository head
type: git
location: https://github.com/holmusk/fcm-client

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

default-language: Haskell2010
ghc-options: -Wall
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: lts-14.4
resolver: lts-16.21

0 comments on commit ec63775

Please sign in to comment.