packages feed

Cabal revisions of cabal-test-quickcheck-0.1.8.2

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

revision 1
-name:          cabal-test-quickcheck-version:       0.1.8.2-license:       MIT-license-file:  LICENSE-author:        Timothy Jones-maintainer:    Timothy Jones <tim@zmthy.net>-homepage:      https://github.com/zmthy/cabal-test-quickcheck-bug-reports:   https://github.com/zmthy/cabal-test-quickcheck/issues-copyright:     (c) 2013-2018 Timothy Jones-category:      Testing-build-type:    Simple-cabal-version: >= 1.10-synopsis:      QuickCheck for Cabal-description:-  Support for QuickCheck with the 'detailed' Cabal testing interface.--library-  hs-source-dirs:   src-  default-language: Haskell2010--  other-extensions:-    CPP-    NamedFieldPuns--  ghc-options: -Wall--  exposed-modules:-    Distribution.TestSuite.QuickCheck--  build-depends:-    base       >= 4.6  && < 4.13,-    Cabal      >= 1.16 && < 2.5,-    QuickCheck >= 2.8  && < 2.13--source-repository head-  type:     git+name:          cabal-test-quickcheck
+version:       0.1.8.2
+x-revision:    1
+license:       MIT
+license-file:  LICENSE
+author:        Timothy Jones
+maintainer:    Timothy Jones <tim@zmthy.net>
+homepage:      https://github.com/zmthy/cabal-test-quickcheck
+bug-reports:   https://github.com/zmthy/cabal-test-quickcheck/issues
+copyright:     (c) 2013-2018 Timothy Jones
+category:      Testing
+build-type:    Simple
+cabal-version: >= 1.10
+synopsis:      QuickCheck for Cabal
+description:
+  Support for QuickCheck with the 'detailed' Cabal testing interface.
+
+library
+  hs-source-dirs:   src
+  default-language: Haskell2010
+
+  other-extensions:
+    CPP
+    NamedFieldPuns
+
+  ghc-options: -Wall
+
+  exposed-modules:
+    Distribution.TestSuite.QuickCheck
+
+  build-depends:
+    base       >= 4.6  && < 4.14,
+    Cabal      >= 1.16 && < 3.1,
+    QuickCheck >= 2.8  && < 2.14
+
+source-repository head
+  type:     git
   location: https://github.com/zmthy/cabal-test-quickcheck