packages feed

Cabal revisions of genvalidity-0.3.0.0

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

revision 1
-name:                genvalidity-version:             0.3.0.0-synopsis:            Testing utilities for the validity library-description:-  Note: There are companion instance packages for this library:-  .-  * <https://hackage.haskell.org/package/genvalidity-text genvalidity-text>-  .-  * <https://hackage.haskell.org/package/genvalidity-containers genvalidity-containers>-  .-  * <https://hackage.haskell.org/package/genvalidity-path genvalidity-path>--homepage:            https://github.com/NorfairKing/validity#readme-license:             MIT-license-file:        LICENSE-author:              Tom Sydney Kerckhove-maintainer:          syd.kerckhove@gmail.com-copyright:           Copyright: (c) 2016 Tom Sydney Kerckhove-category:            Testing-build-type:          Simple--- extra-source-files:-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Data.GenValidity-                     , Data.GenRelativeValidity-  build-depends:       base               < 5-                     , validity           >= 0.3 && < 0.4-                     , QuickCheck         >= 2.8 && < 2.10-  default-language:    Haskell2010--test-suite genvalidity-test-  type:-    exitcode-stdio-1.0-  default-language:-    Haskell2010-  hs-source-dirs:-    test-  main-is:-    Spec.hs-  other-modules:-    Data.GenValiditySpec-  ghc-options:-    -threaded -rtsopts -with-rtsopts=-N-    -Wall-    -fno-warn-name-shadowing-  build-depends:-      base--    , hspec-    , QuickCheck     >= 2.8 && < 2.9--    , genvalidity--source-repository head-  type:     git-  location: https://github.com/NorfairKing/validity+name:                genvalidity
+version:             0.3.0.0
+x-revision: 1
+synopsis:            Testing utilities for the validity library
+description:
+  Note: There are companion instance packages for this library:
+  .
+  * <https://hackage.haskell.org/package/genvalidity-text genvalidity-text>
+  .
+  * <https://hackage.haskell.org/package/genvalidity-containers genvalidity-containers>
+  .
+  * <https://hackage.haskell.org/package/genvalidity-path genvalidity-path>
+
+homepage:            https://github.com/NorfairKing/validity#readme
+license:             MIT
+license-file:        LICENSE
+author:              Tom Sydney Kerckhove
+maintainer:          syd.kerckhove@gmail.com
+copyright:           Copyright: (c) 2016 Tom Sydney Kerckhove
+category:            Testing
+build-type:          Simple
+-- extra-source-files:
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Data.GenValidity
+                     , Data.GenRelativeValidity
+  build-depends:       base               < 5
+                     , validity           >= 0.3 && < 0.4
+                     , QuickCheck         >= 2.8 && < 2.10
+  default-language:    Haskell2010
+
+test-suite genvalidity-test
+  type:
+    exitcode-stdio-1.0
+  default-language:
+    Haskell2010
+  hs-source-dirs:
+    test
+  main-is:
+    Spec.hs
+  other-modules:
+    Data.GenValiditySpec
+  ghc-options:
+    -threaded -rtsopts -with-rtsopts=-N
+    -Wall
+    -fno-warn-name-shadowing
+  build-depends:
+      base
+
+    , hspec
+    , QuickCheck
+
+    , genvalidity
+
+source-repository head
+  type:     git
+  location: https://github.com/NorfairKing/validity
revision 2
 name:                genvalidity
 version:             0.3.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            Testing utilities for the validity library
 description:
   Note: There are companion instance packages for this library:
   hs-source-dirs:      src
   exposed-modules:     Data.GenValidity
                      , Data.GenRelativeValidity
-  build-depends:       base               < 5
-                     , validity           >= 0.3 && < 0.4
+  build-depends:       base               >= 4.8 && < 4.10
+                     , validity           >= 0.3.1 && < 0.4
                      , QuickCheck         >= 2.8 && < 2.10
   default-language:    Haskell2010