Cabal revisions of cookie-0.4.1.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: cookie-version: 0.4.1.4-license: BSD3-license-file: LICENSE-author: Michael Snoyman <michael@snoyman.com>-maintainer: Michael Snoyman <michael@snoyman.com>-synopsis: HTTP cookie parsing and rendering-category: Web, Yesod-stability: Stable-cabal-version: >= 1.8-build-type: Simple-homepage: http://github.com/snoyberg/cookie--library- build-depends: base >= 4 && < 5- , bytestring >= 0.9.1.4- , blaze-builder >= 0.2.1- , old-locale >= 1- , time >= 1.1.4- , text >= 0.7- , data-default- , deepseq- exposed-modules: Web.Cookie- ghc-options: -Wall--test-suite test- hs-source-dirs: test- main-is: Spec.hs- type: exitcode-stdio-1.0- build-depends: base- , HUnit- , QuickCheck- , blaze-builder- , bytestring- , cookie- , tasty- , tasty-hunit- , tasty-quickcheck- , text- -- Bug in time 1.4.0, see:- -- https://github.com/snoyberg/cookie/issues/9- , time >= 1.4.0.2--source-repository head- type: git- location: git://github.com/snoyberg/cookie.git+name: cookie +version: 0.4.1.4 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Michael Snoyman <michael@snoyman.com> +maintainer: Michael Snoyman <michael@snoyman.com> +synopsis: HTTP cookie parsing and rendering +category: Web, Yesod +stability: Stable +cabal-version: >= 1.8 +build-type: Simple +homepage: http://github.com/snoyberg/cookie + +library + build-depends: base >= 4 && < 5 + , bytestring >= 0.9.1.4 + , blaze-builder >= 0.2.1 + , old-locale >= 1 + , time == 1.4.* + , text >= 0.7 + , data-default + , deepseq + exposed-modules: Web.Cookie + ghc-options: -Wall + +test-suite test + hs-source-dirs: test + main-is: Spec.hs + type: exitcode-stdio-1.0 + build-depends: base + , HUnit + , QuickCheck + , blaze-builder + , bytestring + , cookie + , tasty + , tasty-hunit + , tasty-quickcheck + , text + -- Bug in time 1.4.0, see: + -- https://github.com/snoyberg/cookie/issues/9 + , time >= 1.4.0.2 + +source-repository head + type: git + location: git://github.com/snoyberg/cookie.git
revision 2
name: cookie version: 0.4.1.4 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> , bytestring >= 0.9.1.4 , blaze-builder >= 0.2.1 , old-locale >= 1 - , time == 1.4.* + , time >= 1.4 , text >= 0.7 , data-default , deepseq
revision 3
name: cookie version: 0.4.1.4 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> library build-depends: base >= 4 && < 5 - , bytestring >= 0.9.1.4 + , bytestring >= 0.9.1.4 && < 0.11 , blaze-builder >= 0.2.1 , old-locale >= 1 - , time >= 1.4 + , time >= 1.4 && < 1.10 , text >= 0.7 , data-default , deepseq