Merge pull request #104 from stackbuilders/loose_yaml_constraint

Loose bound for yaml-0.11
This commit is contained in:
Juan Paucar 2018-10-14 12:02:52 -05:00 committed by GitHub
commit 17db79c193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
## 0.3.6.1
* Loose upper bound for yaml 0.11
## 0.3.6.0
* Add support to interpolate ENV variables in a configuration file.
* Add support for GHC 8.6.1

View File

@ -1,5 +1,5 @@
name: hapistrano
version: 0.3.6.0
version: 0.3.6.1
synopsis: A deployment library for Haskell applications
description:
.
@ -80,7 +80,7 @@ executable hap
, path >= 0.5 && < 0.7
, path-io >= 1.2 && < 1.5
, stm >= 2.4 && < 2.6
, yaml >= 0.8.16 && < 0.11
, yaml >= 0.8.16 && < 0.12
if flag(dev)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
else

View File

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