mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 12:13:41 +03:00
Support for aeson 1.3
This commit is contained in:
parent
7937615f14
commit
7b8b938d36
@ -1,3 +1,6 @@
|
||||
## 0.3.5.3
|
||||
* Support for aeson 1.3
|
||||
|
||||
## 0.3.5.2
|
||||
* Loose uppers bounds for async
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: hapistrano
|
||||
version: 0.3.5.2
|
||||
version: 0.3.5.3
|
||||
synopsis: A deployment library for Haskell applications
|
||||
description:
|
||||
.
|
||||
@ -63,7 +63,7 @@ executable hap
|
||||
main-is: Main.hs
|
||||
other-modules: Config
|
||||
, Paths_hapistrano
|
||||
build-depends: aeson >= 0.11 && < 1.3
|
||||
build-depends: aeson >= 0.11 && < 1.4
|
||||
, async >= 2.0.1.6 && < 2.4
|
||||
, base >= 4.8 && < 5.0
|
||||
, formatting >= 6.2 && < 7.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
resolver: lts-10.4
|
||||
resolver: lts-10.8
|
||||
packages:
|
||||
- '.'
|
||||
|
Loading…
Reference in New Issue
Block a user