Bump yaml upper bound to < 0.10 - see commercialhaskell/stackage#3823

This commit is contained in:
Juan Paucar 2018-07-11 10:02:27 -05:00
parent 92739fbb62
commit 3c701c0719
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 0.3.5.8
* Loose upper bound for yaml 0.9
## 0.3.5.7
* Loose upper bound for aeson 1.4

View File

@ -1,5 +1,5 @@
name: hapistrano
version: 0.3.5.7
version: 0.3.5.8
synopsis: A deployment library for Haskell applications
description:
.
@ -80,7 +80,7 @@ executable hap
, path >= 0.5 && < 0.7
, path-io >= 1.2 && < 1.4
, stm >= 2.4 && < 2.5
, yaml >= 0.8 && < 0.9
, yaml >= 0.8 && < 0.10
if flag(dev)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
else

View File

@ -1,3 +1,3 @@
resolver: lts-11.13
resolver: lts-12.0
packages:
- '.'