Cabal revisions of servant-server-0.14.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-server version: 0.14.1+x-revision: 1+ synopsis: A family of combinators for defining webservices APIs and serving them+category: Servant, Web description: A family of combinators for defining webservices APIs and serving them . a webserver that serves this API, using this package. . <https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md CHANGELOG>+ homepage: http://haskell-servant.readthedocs.org/ Bug-reports: http://github.com/haskell-servant/servant/issues license: BSD3 author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors-category: Servant, Web build-type: Custom cabal-version: >=1.10 tested-with: GHC==7.10.3 GHC==8.0.2 GHC==8.2.2- GHC==8.4.3+ GHC==8.4.4+ GHC==8.6.1+ extra-source-files: include/*.h CHANGELOG.md -- -- note: mtl lower bound is so low because of GHC-7.8 build-depends:- base >= 4.7 && < 4.12+ base >= 4.7 && < 4.13 , bytestring >= 0.10.4.0 && < 0.11- , containers >= 0.5.5.1 && < 0.6+ , containers >= 0.5.5.1 && < 0.7 , mtl >= 2.1 && < 2.3 , text >= 1.2.3.0 && < 1.3 , transformers >= 0.3.0.0 && < 0.6 , http-types >= 0.12.1 && < 0.13 , network-uri >= 2.6.1.0 && < 2.7 , monad-control >= 1.0.2.3 && < 1.1- , network >= 2.6.3.5 && < 2.8+ , network >= 2.6.3.5 && < 2.9 , string-conversions >= 0.4.0.1 && < 0.5 , resourcet >= 1.1.11 && < 1.3 , tagged >= 0.8.5 && < 0.9 , directory >= 1.2.1.0 && < 1.4 , hspec >= 2.5.1 && < 2.6 , hspec-wai >= 0.9.0 && < 0.10- , QuickCheck >= 2.11.3 && < 2.12+ , QuickCheck >= 2.11.3 && < 2.13 , should-not-typecheck >= 2.1.0 && < 2.2 , temporary >= 1.3 && < 1.4 , wai-extra >= 3.0.21.0 && < 3.1