packages feed

Cabal revisions of yesod-test-1.5.4.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:               yesod-test version:            1.5.4.1+x-revision: 1 license:            MIT license-file:       LICENSE author:             Nubis <nubis@woobiz.com.ar> library     build-depends:   HUnit                     >= 1.2                    , attoparsec                >= 0.10-                   , base                      >= 4.3      && < 5+                   , base                      >= 4.8      && < 4.11                    , blaze-builder                    , blaze-html                >= 0.5                    , blaze-markup              >= 0.5.1                    , html-conduit              >= 0.1                    , http-types                >= 0.7                    , monad-control-                   , network                   >= 2.2+                   , network                   >= 2.2 && < 2.9                    , persistent                >= 1.0                    , pretty-show               >= 1.6                    , text
revision 2
-name:               yesod-test-version:            1.5.4.1-x-revision: 1-license:            MIT-license-file:       LICENSE-author:             Nubis <nubis@woobiz.com.ar>-maintainer:         Michael Snoyman, Greg Weber, Nubis <nubis@woobiz.com.ar>-synopsis:           integration testing for WAI/Yesod Applications-category:           Web, Yesod, Testing-stability:          Experimental-cabal-version:      >= 1.8-build-type:         Simple-homepage:           http://www.yesodweb.com-description:     API docs and the README are available at <http://www.stackage.org/package/yesod-test>-extra-source-files: README.md, LICENSE, test/main.hs, ChangeLog.md--library-    build-depends:   HUnit                     >= 1.2-                   , attoparsec                >= 0.10-                   , base                      >= 4.8      && < 4.11-                   , blaze-builder-                   , blaze-html                >= 0.5-                   , blaze-markup              >= 0.5.1-                   , bytestring                >= 0.9-                   , case-insensitive          >= 0.2-                   , containers-                   , cookie-                   , hspec-core                == 2.*-                   , html-conduit              >= 0.1-                   , http-types                >= 0.7-                   , monad-control-                   , network                   >= 2.2 && < 2.9-                   , persistent                >= 1.0-                   , pretty-show               >= 1.6-                   , text-                   , time-                   , transformers              >= 0.2.2-                   , wai                       >= 3.0-                   , wai-extra-                   , xml-conduit               >= 1.0-                   , xml-types                 >= 0.3-                   , yesod-core                >= 1.4.14--    exposed-modules: Yesod.Test-                     Yesod.Test.CssQuery-                     Yesod.Test.TransversingCSS-    ghc-options:  -Wall--test-suite test-    type: exitcode-stdio-1.0-    main-is: main.hs-    hs-source-dirs: test-    build-depends:          base-                          , yesod-test-                          , hspec-                          , HUnit-                          , xml-conduit-                          , bytestring-                          , containers-                          , html-conduit-                          , yesod-core-                          , yesod-form-                          , text-                          , wai-                          , lifted-base-                          , http-types--source-repository head-  type: git-  location: git://github.com/yesodweb/yesod.git+name:               yesod-test
+version:            1.5.4.1
+x-revision: 2
+license:            MIT
+license-file:       LICENSE
+author:             Nubis <nubis@woobiz.com.ar>
+maintainer:         Michael Snoyman, Greg Weber, Nubis <nubis@woobiz.com.ar>
+synopsis:           integration testing for WAI/Yesod Applications
+category:           Web, Yesod, Testing
+stability:          Experimental
+cabal-version:      >= 1.8
+build-type:         Simple
+homepage:           http://www.yesodweb.com
+description:     API docs and the README are available at <http://www.stackage.org/package/yesod-test>
+extra-source-files: README.md, LICENSE, test/main.hs, ChangeLog.md
+
+library
+    build-depends:   HUnit                     >= 1.2
+                   , attoparsec                >= 0.10
+                   , base                      >= 4.3      && < 4.11
+                   , blaze-builder
+                   , blaze-html                >= 0.5
+                   , blaze-markup              >= 0.5.1
+                   , bytestring                >= 0.9
+                   , case-insensitive          >= 0.2
+                   , containers
+                   , cookie
+                   , hspec-core                == 2.*
+                   , html-conduit              >= 0.1
+                   , http-types                >= 0.7
+                   , monad-control
+                   , network                   >= 2.2 && < 2.9
+                   , persistent                >= 1.0
+                   , pretty-show               >= 1.6
+                   , text
+                   , time
+                   , transformers              >= 0.2.2
+                   , wai                       >= 3.0
+                   , wai-extra
+                   , xml-conduit               >= 1.0
+                   , xml-types                 >= 0.3
+                   , yesod-core                >= 1.4.14
+
+    exposed-modules: Yesod.Test
+                     Yesod.Test.CssQuery
+                     Yesod.Test.TransversingCSS
+    ghc-options:  -Wall
+
+test-suite test
+    type: exitcode-stdio-1.0
+    main-is: main.hs
+    hs-source-dirs: test
+    build-depends:          base
+                          , yesod-test
+                          , hspec
+                          , HUnit
+                          , xml-conduit
+                          , bytestring
+                          , containers
+                          , html-conduit
+                          , yesod-core
+                          , yesod-form
+                          , text
+                          , wai
+                          , lifted-base
+                          , http-types
+
+source-repository head
+  type: git
+  location: git://github.com/yesodweb/yesod.git