Cabal revisions of servant-cassava-0.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-cassava version: 0.9+x-revision: 1 synopsis: Servant CSV content-type for cassava description: Servant CSV content-type for cassava. homepage: http://haskell-servant.readthedocs.org/ author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com copyright: 2015-2016 Servant Contributors-category: Web+category: Web, Servant, CSV build-type: Simple cabal-version: >=1.10 bug-reports: http://github.com/haskell-servant/servant-cassava/issues+tested-with:+ GHC==7.8.4,+ GHC==7.10.3,+ GHC==8.0.2,+ GHC==8.2.1 source-repository head type: git build-depends: base >=4.6 && <5 , base-compat >=0.9.1 && <0.10 , bytestring- , cassava >0.4 && <0.5+ , cassava >0.4 && <0.6 , servant >=0.7 && <0.12 , http-media , vector
revision 2
name: servant-cassava version: 0.9-x-revision: 1+x-revision: 2 synopsis: Servant CSV content-type for cassava description: Servant CSV content-type for cassava. homepage: http://haskell-servant.readthedocs.org/ library exposed-modules: Servant.CSV.Cassava- build-depends: base >=4.6 && <5+ build-depends: base >=4.7 && <5 , base-compat >=0.9.1 && <0.10 , bytestring , cassava >0.4 && <0.6- , servant >=0.7 && <0.12+ , servant >=0.7 && <0.13 , http-media , vector hs-source-dirs: src