loose constraint for stm and include ghc 8.6

This commit is contained in:
Juan Paucar 2018-09-24 08:32:40 -05:00
parent c42a397150
commit 86a1fd9ae1
4 changed files with 8 additions and 4 deletions

View File

@ -20,6 +20,8 @@ matrix:
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}}
- env: CABALVER=2.2 GHCVER=8.4.3 - env: CABALVER=2.2 GHCVER=8.4.3
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
- env: CABALVER=2.4 GHCVER=8.6.1
addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.1], sources: [hvr-ghc]}}
- os: osx - os: osx
before_install: before_install:

View File

@ -1,5 +1,7 @@
## 0.3.6.0 ## 0.3.6.0
* Add support to interpolate ENV variables in a configuration file. * Add support to interpolate ENV variables in a configuration file.
* Add support for GHC 8.6.1
* Loose constraint for stm-2.5.0.0
## 0.3.5.10 ## 0.3.5.10
* Updated upper bound for yaml 0.10 * Updated upper bound for yaml 0.10

View File

@ -28,7 +28,7 @@ homepage: https://github.com/stackbuilders/hapistrano
bug-reports: https://github.com/stackbuilders/hapistrano/issues bug-reports: https://github.com/stackbuilders/hapistrano/issues
build-type: Simple build-type: Simple
cabal-version: >=1.18 cabal-version: >=1.18
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3 tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
extra-source-files: CHANGELOG.md extra-source-files: CHANGELOG.md
, README.md , README.md
, Dockerfile , Dockerfile
@ -79,7 +79,7 @@ executable hap
, optparse-applicative >= 0.11 && < 0.15 , optparse-applicative >= 0.11 && < 0.15
, path >= 0.5 && < 0.7 , path >= 0.5 && < 0.7
, path-io >= 1.2 && < 1.5 , path-io >= 1.2 && < 1.5
, stm >= 2.4 && < 2.5 , stm >= 2.4 && < 2.6
, yaml >= 0.8.16 && < 0.11 , yaml >= 0.8.16 && < 0.11
if flag(dev) if flag(dev)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror

View File

@ -1,3 +1,3 @@
resolver: lts-12.2 resolver: lts-12.10
packages: packages:
- '.' - '.'