Cabal revisions of servant-quickcheck-0.0.7.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-quickcheck version: 0.0.7.4+x-revision: 1 synopsis: QuickCheck entire APIs description: This packages provides QuickCheck properties that are tested across an entire build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.yaml-tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.4+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || == 8.8.1 source-repository head type: git build-depends: aeson >=0.8 && <2- , base >=4.9 && <4.13- , base-compat-batteries >=0.10.1 && <0.11+ , base >=4.9 && <4.14+ , base-compat-batteries >=0.10.1 && <0.12 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 && <1.3- , clock >=0.7 && <0.8+ , clock >=0.7 && <0.9 , data-default-class >=0.0 && <0.2 , hspec >=2.5.6 && <2.8 , http-client >=0.4.30 && <0.7 , string-conversions >=0.3 && <0.5 , temporary >=1.2 && <1.4 , text >=1 && <2- , time >=1.5 && <1.9- , warp >=3.2.4 && <3.3+ , time >=1.5 && <1.10+ , warp >=3.2.4 && <3.4 if !impl(ghc >=8.0)- build-depends: semigroups >=0.18.3 && <0.19+ build-depends: semigroups >=0.18.3 && <0.20 hs-source-dirs: src default-extensions: