mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 12:13:41 +03:00
Bump yaml upper bound to < 0.10 - see commercialhaskell/stackage#3823
This commit is contained in:
parent
92739fbb62
commit
3c701c0719
@ -1,3 +1,6 @@
|
|||||||
|
## 0.3.5.8
|
||||||
|
* Loose upper bound for yaml 0.9
|
||||||
|
|
||||||
## 0.3.5.7
|
## 0.3.5.7
|
||||||
* Loose upper bound for aeson 1.4
|
* Loose upper bound for aeson 1.4
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: hapistrano
|
name: hapistrano
|
||||||
version: 0.3.5.7
|
version: 0.3.5.8
|
||||||
synopsis: A deployment library for Haskell applications
|
synopsis: A deployment library for Haskell applications
|
||||||
description:
|
description:
|
||||||
.
|
.
|
||||||
@ -80,7 +80,7 @@ executable hap
|
|||||||
, path >= 0.5 && < 0.7
|
, path >= 0.5 && < 0.7
|
||||||
, path-io >= 1.2 && < 1.4
|
, path-io >= 1.2 && < 1.4
|
||||||
, stm >= 2.4 && < 2.5
|
, stm >= 2.4 && < 2.5
|
||||||
, yaml >= 0.8 && < 0.9
|
, yaml >= 0.8 && < 0.10
|
||||||
if flag(dev)
|
if flag(dev)
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
||||||
else
|
else
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
resolver: lts-11.13
|
resolver: lts-12.0
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user