mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 02:24:43 +03:00
Merge pull request #98 from stackbuilders/loose_aeson_bounds
Bump aeson upper bound to < 1.5
This commit is contained in:
commit
92739fbb62
@ -18,8 +18,8 @@ matrix:
|
||||
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
|
||||
- env: CABALVER=2.0 GHCVER=8.2.2
|
||||
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}}
|
||||
- env: CABALVER=2.2 GHCVER=8.4.2
|
||||
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.2], sources: [hvr-ghc]}}
|
||||
- env: CABALVER=2.2 GHCVER=8.4.3
|
||||
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
|
||||
- os: osx
|
||||
|
||||
before_install:
|
||||
|
@ -1,3 +1,6 @@
|
||||
## 0.3.5.7
|
||||
* Loose upper bound for aeson 1.4
|
||||
|
||||
## 0.3.5.6
|
||||
* Add Dockerfile
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: hapistrano
|
||||
version: 0.3.5.6
|
||||
version: 0.3.5.7
|
||||
synopsis: A deployment library for Haskell applications
|
||||
description:
|
||||
.
|
||||
@ -28,7 +28,7 @@ homepage: https://github.com/stackbuilders/hapistrano
|
||||
bug-reports: https://github.com/stackbuilders/hapistrano/issues
|
||||
build-type: Simple
|
||||
cabal-version: >=1.18
|
||||
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.2
|
||||
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
|
||||
extra-source-files: CHANGELOG.md
|
||||
, README.md
|
||||
, Dockerfile
|
||||
@ -70,7 +70,7 @@ executable hap
|
||||
main-is: Main.hs
|
||||
other-modules: Config
|
||||
, Paths_hapistrano
|
||||
build-depends: aeson >= 0.11 && < 1.4
|
||||
build-depends: aeson >= 0.11 && < 1.5
|
||||
, async >= 2.0.1.6 && < 2.4
|
||||
, base >= 4.8 && < 5.0
|
||||
, formatting >= 6.2 && < 7.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
resolver: lts-11.5
|
||||
resolver: lts-11.13
|
||||
packages:
|
||||
- '.'
|
||||
|
Loading…
Reference in New Issue
Block a user