Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions swagger2.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: swagger2
version: 2.8.11
version: 2.8.12

synopsis: Swagger 2.0 data model
category: Web, Swagger
Expand Down Expand Up @@ -93,7 +93,7 @@ library
, unordered-containers >=0.2.9.0 && <0.3
, uuid-types >=1.0.3 && <1.1
, vector >=0.12.0.1 && <0.14
, QuickCheck >=2.10.1 && <2.16
, QuickCheck >=2.10.1 && <2.17

default-language: Haskell2010

Expand Down Expand Up @@ -126,12 +126,12 @@ test-suite spec
build-depends:
hspec >=2.5.5 && <2.12
, HUnit >=1.6.0.0 && <1.7
, quickcheck-instances >=0.3.19 && <0.14
, quickcheck-instances >=0.3.19 && <0.4
, utf8-string >=1.0.1.1 && <1.1

-- https://github.com/haskell/cabal/issues/3708
build-tool-depends:
hspec-discover:hspec-discover >=2.5.5 && <2.9
hspec-discover:hspec-discover >=2.5.5 && <2.12

other-modules:
SpecCommon
Expand Down