Cabal revisions of servant-server-0.7
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-server version: 0.7+x-revision: 1 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them include/*.h CHANGELOG.md README.md-bug-reports: http://github.com/haskell-servant/servant/issues source-repository head type: git location: http://github.com/haskell-servant/servant.git Servant.Utils.StaticFiles build-depends: base >= 4.7 && < 5- , base-compat >= 0.9+ , base-compat >= 0.9 && <0.10 , aeson >= 0.7 && < 0.12 , attoparsec >= 0.12 && < 0.14 , base64-bytestring == 1.0.*