mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 12:13:41 +03:00
Loose bounds for async to < 2.4
This commit is contained in:
parent
d881b1e641
commit
50b277791e
@ -1,3 +1,6 @@
|
|||||||
|
## 0.3.5.2
|
||||||
|
* Loose uppers bounds for async
|
||||||
|
|
||||||
## 0.3.5.1
|
## 0.3.5.1
|
||||||
* Standarize style
|
* Standarize style
|
||||||
* When showing version information also show git branch and commit
|
* When showing version information also show git branch and commit
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: hapistrano
|
name: hapistrano
|
||||||
version: 0.3.5.1
|
version: 0.3.5.2
|
||||||
synopsis: A deployment library for Haskell applications
|
synopsis: A deployment library for Haskell applications
|
||||||
description:
|
description:
|
||||||
.
|
.
|
||||||
@ -64,7 +64,7 @@ executable hap
|
|||||||
other-modules: Config
|
other-modules: Config
|
||||||
, Paths_hapistrano
|
, Paths_hapistrano
|
||||||
build-depends: aeson >= 0.11 && < 1.3
|
build-depends: aeson >= 0.11 && < 1.3
|
||||||
, async >= 2.0.1.6 && < 2.2
|
, async >= 2.0.1.6 && < 2.4
|
||||||
, base >= 4.8 && < 5.0
|
, base >= 4.8 && < 5.0
|
||||||
, formatting >= 6.2 && < 7.0
|
, formatting >= 6.2 && < 7.0
|
||||||
, gitrev >= 1.2 && < 1.4
|
, gitrev >= 1.2 && < 1.4
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
resolver: lts-9.20
|
resolver: lts-10.4
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
|
Loading…
Reference in New Issue
Block a user