Skip to content

Commit 6105f1e

Browse files
committed
Allow aeson-1.4
1 parent 3d5faab commit 6105f1e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ before_cache:
3232

3333
matrix:
3434
include:
35-
- compiler: "ghc-7.8.4"
35+
- compiler: "ghc-8.4.3"
3636
# env: TEST=--disable-tests BENCH=--disable-benchmarks
37-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.8.4], sources: [hvr-ghc]}}
38-
- compiler: "ghc-7.10.3"
37+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
38+
- compiler: "ghc-8.2.2"
3939
# env: TEST=--disable-tests BENCH=--disable-benchmarks
40-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.10.3], sources: [hvr-ghc]}}
40+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.2.2], sources: [hvr-ghc]}}
4141
- compiler: "ghc-8.0.2"
4242
# env: TEST=--disable-tests BENCH=--disable-benchmarks
43-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.0.2], sources: [hvr-ghc]}}
44-
- compiler: "ghc-8.2.2"
43+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.0.2], sources: [hvr-ghc]}}
44+
- compiler: "ghc-7.10.3"
4545
# env: TEST=--disable-tests BENCH=--disable-benchmarks
46-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
47-
- compiler: "ghc-8.4.1"
46+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.10.3], sources: [hvr-ghc]}}
47+
- compiler: "ghc-7.8.4"
4848
# env: TEST=--disable-tests BENCH=--disable-benchmarks
49-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.1], sources: [hvr-ghc]}}
49+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.8.4], sources: [hvr-ghc]}}
5050

5151
before_install:
5252
- HC=${CC}

servant-swagger.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: servant-swagger
22
version: 1.1.5
3-
x-revision: 1
3+
x-revision: 2
44
synopsis: Generate Swagger specification for your servant API.
55
description:
66
Swagger™ is a project used to describe and document RESTful APIs.
@@ -32,7 +32,7 @@ tested-with:
3232
GHC==7.10.3,
3333
GHC==8.0.2,
3434
GHC==8.2.2,
35-
GHC==8.4.1
35+
GHC==8.4.3
3636

3737
extra-source-files:
3838
README.md
@@ -72,7 +72,7 @@ library
7272
Servant.Swagger.Internal.TypeLevel.Every
7373
Servant.Swagger.Internal.TypeLevel.TMap
7474
hs-source-dirs: src
75-
build-depends: aeson >=0.11.2.0 && <1.4
75+
build-depends: aeson >=0.11.2.0 && <1.5
7676
, base >=4.7.0.0 && <4.12
7777
, bytestring >=0.10.4.0 && <0.11
7878
, http-media >=0.6.3 && <0.8

0 commit comments

Comments
 (0)