mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 02:24:43 +03:00
support optparse applicative 0.15
This commit is contained in:
parent
a47c57048d
commit
c80fda133b
@ -1,3 +1,7 @@
|
||||
## 0.3.9.3
|
||||
### Changed
|
||||
* Support for optparse-applicative-0.15
|
||||
|
||||
## 0.3.9.2
|
||||
### Changed
|
||||
* Update Docker base image from alpine:3.7 to alpine:3.9
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: hapistrano
|
||||
version: 0.3.9.2
|
||||
version: 0.3.9.3
|
||||
synopsis: A deployment library for Haskell applications
|
||||
description:
|
||||
.
|
||||
@ -79,7 +79,7 @@ executable hap
|
||||
, formatting >= 6.2 && < 7.0
|
||||
, gitrev >= 1.2 && < 1.4
|
||||
, hapistrano
|
||||
, optparse-applicative >= 0.11 && < 0.15
|
||||
, optparse-applicative >= 0.11 && < 0.16
|
||||
, path >= 0.5 && < 0.7
|
||||
, path-io >= 1.2 && < 1.5
|
||||
, stm >= 2.4 && < 2.6
|
||||
|
Loading…
Reference in New Issue
Block a user