Cabal revisions of shakespeare-1.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: shakespeare version: 1.0.3+x-revision: 1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> homepage: http://www.yesodweb.com/book/shakespearean-templates library- build-depends: base >= 4 && < 5+ build-depends: base >= 4.5 && < 5 , template-haskell , parsec >= 2 && < 4 , text >= 0.7 && < 0.12 , process >= 1.0 && < 1.2 - exposed-modules: + exposed-modules: Text.Shakespeare Text.Shakespeare.Base ghc-options: -Wall type: exitcode-stdio-1.0 ghc-options: -Wall- build-depends: base >= 4 && < 5+ build-depends: base >= 4.5 && < 5 , parsec >= 2 && < 4 , hspec >= 1.3 , text >= 0.7 && < 0.12