mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 12:13:41 +03:00
Merge pull request #104 from stackbuilders/loose_yaml_constraint
Loose bound for yaml-0.11
This commit is contained in:
commit
17db79c193
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
resolver: lts-12.10
|
||||
resolver: lts-12.13
|
||||
packages:
|
||||
- '.'
|
||||
- '.'
|
||||
|
Loading…
Reference in New Issue
Block a user