mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-25 04:23:59 +03:00
Allow aeson-1.5 (#140)
* Allow aeson-1.5 * Disable broken package for path-io
This commit is contained in:
parent
d3220c36ac
commit
139edcd323
@ -1,6 +1,7 @@
|
||||
## Unreleased
|
||||
## 0.4.1.0
|
||||
### Added
|
||||
* Support for GHC 8.10
|
||||
* Support for aeson-1.5
|
||||
|
||||
## 0.4.0.1
|
||||
### Changed
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: hapistrano
|
||||
version: 0.4.0.1
|
||||
version: 0.4.1.0
|
||||
synopsis: A deployment library for Haskell applications
|
||||
description:
|
||||
.
|
||||
@ -53,7 +53,7 @@ library
|
||||
, System.Hapistrano.Core
|
||||
, System.Hapistrano.Types
|
||||
, System.Hapistrano.Commands.Internal
|
||||
build-depends: aeson >= 0.11 && < 1.5
|
||||
build-depends: aeson >= 0.11 && < 1.6
|
||||
, ansi-terminal >= 0.9 && < 0.11
|
||||
, base >= 4.8 && < 5.0
|
||||
, filepath >= 1.2 && < 1.5
|
||||
@ -77,7 +77,7 @@ executable hap
|
||||
hs-source-dirs: app
|
||||
main-is: Main.hs
|
||||
other-modules: Paths_hapistrano
|
||||
build-depends: aeson >= 0.11 && < 1.5
|
||||
build-depends: aeson >= 0.11 && < 1.6
|
||||
, async >= 2.0.1.6 && < 2.4
|
||||
, base >= 4.8 && < 5.0
|
||||
, formatting >= 6.2 && < 7.0
|
||||
@ -110,7 +110,7 @@ test-suite test
|
||||
, hapistrano
|
||||
, hspec >= 2.0 && < 3.0
|
||||
, mtl >= 2.0 && < 3.0
|
||||
, path >= 0.5 && < 0.8
|
||||
, path >= 0.5 && < 0.7.1
|
||||
, path-io >= 1.2 && < 1.7
|
||||
, process >= 1.4 && < 1.7
|
||||
, QuickCheck >= 2.5.1 && < 3.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
resolver: lts-15.8
|
||||
resolver: lts-15.13
|
||||
packages:
|
||||
- '.'
|
||||
|
@ -6,7 +6,7 @@
|
||||
packages: []
|
||||
snapshots:
|
||||
- completed:
|
||||
size: 492015
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/8.yaml
|
||||
sha256: 926bc3d70249dd0ba05277ff00943c0addb35b627cb641752669e7cf771310d0
|
||||
original: lts-15.8
|
||||
size: 496112
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/13.yaml
|
||||
sha256: 75a1a0f870e1876898b117b0e443f911b3fa2985bfabb53158c81ab5765beda5
|
||||
original: lts-15.13
|
||||
|
Loading…
Reference in New Issue
Block a user