Cabal revisions of yesod-test-1.4.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: yesod-test version: 1.4.3+x-revision: 1 license: MIT license-file: LICENSE author: Nubis <nubis@woobiz.com.ar> extra-source-files: README.md, LICENSE, test/main.hs, ChangeLog.md library- build-depends: base >= 4.3 && < 5+ build-depends: base >= 4.3 && < 4.11 , attoparsec >= 0.10 , persistent >= 1.0 , transformers >= 0.2.2 , wai >= 3.0 , wai-extra- , network >= 2.2+ , network >= 2.2 && < 2.9 , http-types >= 0.7 , HUnit >= 1.2 , hspec-core == 2.*