Skip to content

Commit 1f5a188

Browse files
committed
Allow newer dependencies
1 parent 896dc0a commit 1f5a188

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: swagger2.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,22 @@ library
7474
-- other dependencies
7575
build-depends:
7676
base-compat-batteries >=0.11.1 && <0.13
77-
, aeson >=2.0.0.0 && <2.1
77+
, aeson >=2.0.0.0 && <2.2
7878
, aeson-pretty >=0.8.7 && <0.9
7979
-- cookie 0.4.3 is needed by GHC 7.8 due to time>=1.4 constraint
8080
, cookie >=0.4.3 && <0.5
8181
, generics-sop >=0.5.1.0 && <0.6
8282
, hashable >=1.2.7.0 && <1.5
8383
, http-media >=0.8.0.0 && <0.9
8484
, insert-ordered-containers >=0.2.3 && <0.3
85-
, lens >=4.16.1 && <5.2
85+
, lens >=4.16.1 && <5.3
8686
, network >=2.6.3.5 && <3.2
8787
, optics-core >=0.2 && <0.5
8888
, optics-th >=0.2 && <0.5
8989
, scientific >=0.3.6.2 && <0.4
9090
, unordered-containers >=0.2.9.0 && <0.3
9191
, uuid-types >=1.0.3 && <1.1
92-
, vector >=0.12.0.1 && <0.13
92+
, vector >=0.12.0.1 && <0.14
9393
, QuickCheck >=2.10.1 && <2.15
9494

9595
default-language: Haskell2010
@@ -121,7 +121,7 @@ test-suite spec
121121

122122
-- test-suite only dependencies
123123
build-depends:
124-
hspec >=2.5.5 && <2.9
124+
hspec >=2.5.5 && <2.11
125125
, HUnit >=1.6.0.0 && <1.7
126126
, quickcheck-instances >=0.3.19 && <0.14
127127
, utf8-string >=1.0.1.1 && <1.1

0 commit comments

Comments
 (0)