Cabal revisions of servant-mock-0.8.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-mock version: 0.8.4+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 cabal-version: >=1.10 bug-reports: http://github.com/haskell-servant/servant-mock/issues tested-with:+ GHC==8.4.1, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, Servant.Mock build-depends: base >=4.7 && <5,- base-compat >=0.9.3 && <0.10,+ base-compat >=0.9.3 && <0.11, bytestring >=0.10.4 && <0.11, http-types >=0.8 && <0.13, servant >=0.13 && <0.14,
revision 2
name: servant-mock version: 0.8.4-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 cabal-version: >=1.10 bug-reports: http://github.com/haskell-servant/servant-mock/issues tested-with:- GHC==8.4.1,+ GHC==8.4.3, GHC==8.2.2, GHC==8.0.2,- GHC==7.10.3,- GHC==7.8.4+ GHC==7.10.3 source-repository head type: git base-compat >=0.9.3 && <0.11, bytestring >=0.10.4 && <0.11, http-types >=0.8 && <0.13,- servant >=0.13 && <0.14,- servant-server >=0.13 && <0.14,+ servant >=0.13 && <0.15,+ servant-server >=0.13 && <0.15, transformers >=0.3 && <0.6, QuickCheck >=2.7 && <2.12, wai >=3.0 && <3.3
revision 3
name: servant-mock version: 0.8.4-x-revision: 2+x-revision: 3+ synopsis: Derive a mock server for free from your servant API types description: Derive a mock server for free from your servant API types cabal-version: >=1.10 bug-reports: http://github.com/haskell-servant/servant-mock/issues tested-with:- GHC==8.4.3,- GHC==8.2.2,- GHC==8.0.2,- GHC==7.10.3+ GHC ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.1 source-repository head type: git exposed-modules: Servant.Mock build-depends:- base >=4.7 && <5,+ base >=4.7 && <4.13, base-compat >=0.9.3 && <0.11, bytestring >=0.10.4 && <0.11, http-types >=0.8 && <0.13, servant >=0.13 && <0.15, servant-server >=0.13 && <0.15, transformers >=0.3 && <0.6,- QuickCheck >=2.7 && <2.12,+ QuickCheck >=2.7 && <2.13, wai >=3.0 && <3.3 hs-source-dirs: src default-language: Haskell2010