mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-23 14:53:14 +03:00
Updated YAML upper bound.
This commit is contained in:
parent
5230675b4e
commit
37376b17cc
@ -1,3 +1,6 @@
|
||||
## 0.3.5.10
|
||||
* Updated upper bound for yaml 0.10
|
||||
|
||||
## 0.3.5.9
|
||||
* Loose upper bound for path-io 1.4
|
||||
|
||||
|
@ -80,7 +80,7 @@ executable hap
|
||||
, path >= 0.5 && < 0.7
|
||||
, path-io >= 1.2 && < 1.5
|
||||
, stm >= 2.4 && < 2.5
|
||||
, yaml >= 0.8 && < 0.10
|
||||
, yaml >= 0.8 && < 0.11
|
||||
if flag(dev)
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user