Cabal revisions of yesod-core-0.8.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: yesod-core version: 0.8.1+x-revision: 1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> flag test description: Build the executable to run unit tests default: False+ manual: True flag ghc7 library if flag(ghc7)- build-depends: base >= 4.3 && < 5+ build-depends: base >= 4.3 && < 4.5 cpp-options: -DGHC7 else build-depends: base >= 4 && < 4.3 , text >= 0.5 && < 0.12 , template-haskell , web-routes-quasi >= 0.7.0.1 && < 0.8- , hamlet >= 0.8.1 && < 0.9+ , hamlet >= 0.8.1 && < 0.8.2 , blaze-builder >= 0.2.1 && < 0.4 , transformers >= 0.2 && < 0.3 , clientsession >= 0.6 && < 0.7 executable runtests if flag(ghc7)- build-depends: base >= 4.3 && < 5+ build-depends: base >= 4.3 && < 4.5 cpp-options: -DGHC7 else build-depends: base >= 4 && < 4.3