packages feed

Cabal revisions of tasty-hspec-1.1

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

revision 1
 name:                tasty-hspec version:             1.1+x-revision:          1 synopsis:            Hspec support for the Tasty test framework. description:         Hspec support for the Tasty test framework.    other-extensions:    DeriveDataTypeable   build-depends:       base             ==4.*                      , hspec            >=2   && <3-                     , hspec-core       >=2   && <3+                     , hspec-core       >=2   && <2.2                      , QuickCheck       >=2.7 && <3                      , tasty            >=0.8 && <1.0                      , tasty-smallcheck >=0.1 && <0.9
revision 2
-name:                tasty-hspec-version:             1.1-x-revision:          1-synopsis:            Hspec support for the Tasty test framework.-description:         Hspec support for the Tasty test framework.--homepage:            http://github.com/mitchellwrosen/tasty-hspec-license:             BSD3-license-file:        LICENSE-author:              Mitchell Rosen-maintainer:          mitchellwrosen@gmail.com-category:            Testing-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules:     Test.Tasty.Hspec-  other-extensions:    DeriveDataTypeable-  build-depends:       base             ==4.*-                     , hspec            >=2   && <3-                     , hspec-core       >=2   && <2.2-                     , QuickCheck       >=2.7 && <3-                     , tasty            >=0.8 && <1.0-                     , tasty-smallcheck >=0.1 && <0.9-                     , tasty-quickcheck >=0.3 && <0.9-                     , random-  default-language:    Haskell2010-  ghc-options:         -Wall+name:                tasty-hspec
+version:             1.1
+x-revision: 2
+synopsis:            Hspec support for the Tasty test framework.
+description:         Hspec support for the Tasty test framework.
+
+homepage:            http://github.com/mitchellwrosen/tasty-hspec
+license:             BSD3
+license-file:        LICENSE
+author:              Mitchell Rosen
+maintainer:          mitchellwrosen@gmail.com
+category:            Testing
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Test.Tasty.Hspec
+  other-extensions:    DeriveDataTypeable
+  build-depends:       base             >=4.7 && <5
+                     , hspec            >=2   && <3
+                     , hspec-core       >=2   && <2.2
+                     , QuickCheck       >=2.7 && <3
+                     , tasty            >=0.8 && <1.0
+                     , tasty-smallcheck >=0.1 && <0.9
+                     , tasty-quickcheck >=0.3 && <0.9
+                     , random                    <1.2
+  default-language:    Haskell2010
+  ghc-options:         -Wall