Cabal revisions of servant-mock-0.8.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: >=1.10 name: servant-mock version: 0.8.5+x-revision: 1 synopsis: Derive a mock server for free from your servant API types category: Servant, Web, Testing GHC ==8.0.2 || ==8.2.2 || ==8.4.4- || ==8.6.1+ || ==8.6.3 extra-source-files: README.md CHANGELOG.md include/*.h base-compat >=0.10.5 && <0.11, bytestring >=0.10.8.1 && <0.11, http-types >=0.12.2 && <0.13,- servant >=0.15 && <0.16,- servant-server >=0.15 && <0.16,+ servant >=0.15 && <0.17,+ servant-server >=0.15 && <0.17, transformers >=0.5.2.0 && <0.6, QuickCheck >=2.12.6.1 && <2.13, wai >=3.2.1.2 && <3.3
revision 2
cabal-version: >=1.10 name: servant-mock version: 0.8.5-x-revision: 1+x-revision: 2 synopsis: Derive a mock server for free from your servant API types category: Servant, Web, Testing GHC ==8.0.2 || ==8.2.2 || ==8.4.4- || ==8.6.3+ || ==8.6.4 extra-source-files: README.md CHANGELOG.md include/*.h servant >=0.15 && <0.17, servant-server >=0.15 && <0.17, transformers >=0.5.2.0 && <0.6,- QuickCheck >=2.12.6.1 && <2.13,+ QuickCheck >=2.12.6.1 && <2.14, wai >=3.2.1.2 && <3.3 hs-source-dirs: src default-language: Haskell2010
revision 3
cabal-version: >=1.10 name: servant-mock version: 0.8.5-x-revision: 2+x-revision: 3 synopsis: Derive a mock server for free from your servant API types category: Servant, Web, Testing GHC ==8.0.2 || ==8.2.2 || ==8.4.4- || ==8.6.4+ || ==8.6.5+ || ==8.8.1 extra-source-files: README.md CHANGELOG.md include/*.h exposed-modules: Servant.Mock build-depends:- base >=4.9 && <4.13,- base-compat >=0.10.5 && <0.11,+ base >=4.9 && <4.14,+ base-compat >=0.10.5 && <0.12, bytestring >=0.10.8.1 && <0.11, http-types >=0.12.2 && <0.13, servant >=0.15 && <0.17, bytestring-conversion, base, hspec,- hspec-wai >=0.9.0 && <0.10,+ hspec-wai >=0.9.0 && <0.11, QuickCheck, servant, servant-server,