Cabal revisions of servant-mock-0.8.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-mock version: 0.8.2+x-revision: 1 synopsis: Derive a mock server for free from your servant API types description: Derive a mock server for free from your servant API types servant >=0.8 && <0.12, servant-server >=0.8 && <0.12, transformers >=0.3 && <0.6,- QuickCheck >=2.7 && <2.10,+ QuickCheck >=2.7 && <2.11, wai >=3.0 && <3.3 hs-source-dirs: src default-language: Haskell2010
revision 2
name: servant-mock version: 0.8.2-x-revision: 1+x-revision: 2 synopsis: Derive a mock server for free from your servant API types description: Derive a mock server for free from your servant API types extra-source-files: README.md CHANGELOG.md include/*.h cabal-version: >=1.10 bug-reports: http://github.com/haskell-servant/servant-mock/issues+tested-with:+ GHC==8.2.1,+ GHC==8.0.2,+ GHC==7.10.3,+ GHC==7.8.4 source-repository head type: git build-depends: base >=4.7 && <5, bytestring >=0.10.4 && <0.11,- http-types >=0.8 && <0.10,+ http-types >=0.8 && <0.11, servant >=0.8 && <0.12, servant-server >=0.8 && <0.12, transformers >=0.3 && <0.6,