Cabal revisions of tasty-hedgehog-1.4.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: tasty-hedgehog-version: 1.4.0.2-license: BSD3-license-file: LICENCE-author: Dave Laing-maintainer: dave.laing.80@gmail.com-copyright: Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.-description: Integrates the <https://hackage.haskell.org/package/hedgehog hedgehog testing library> with the <https://hackage.haskell.org/package/tasty tasty testing framework>.-category: Testing-synopsis: Integration for tasty and hedgehog.-homepage: https://github.com/qfpl/tasty-hedgehog-bug-reports: https://github.com/qfpl/tasty-hedgehog/issues-build-type: Simple-extra-source-files: changelog.md-cabal-version: >=1.10-tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1--source-repository head- type: git- location: git@github.com:qfpl/tasty-hedgehog.git--library- exposed-modules: Test.Tasty.Hedgehog- build-depends: base >= 4.8 && <4.19- , tagged >= 0.8 && < 0.9- , tasty >= 0.11 && < 1.5- , hedgehog >= 1.4 && < 1.5- hs-source-dirs: src- ghc-options: -Wall- default-language: Haskell2010--test-suite tasty-hedgehog-tests- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs: test- build-depends: base >= 4.8 && <4.19- , tasty >= 0.11 && < 1.5- , tasty-expected-failure >= 0.11 && < 0.13- , hedgehog >= 1.4 && < 1.5- , tasty-hedgehog- ghc-options: -Wall- default-language: Haskell2010+name: tasty-hedgehog +version: 1.4.0.2 +x-revision: 1 +license: BSD3 +license-file: LICENCE +author: Dave Laing +maintainer: dave.laing.80@gmail.com +copyright: Copyright (c) 2017, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. +description: Integrates the <https://hackage.haskell.org/package/hedgehog hedgehog testing library> with the <https://hackage.haskell.org/package/tasty tasty testing framework>. +category: Testing +synopsis: Integration for tasty and hedgehog. +homepage: https://github.com/qfpl/tasty-hedgehog +bug-reports: https://github.com/qfpl/tasty-hedgehog/issues +build-type: Simple +extra-source-files: changelog.md +cabal-version: >=1.10 +tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1 + +source-repository head + type: git + location: git@github.com:qfpl/tasty-hedgehog.git + +library + exposed-modules: Test.Tasty.Hedgehog + build-depends: base >= 4.8 && <4.19 + , tagged >= 0.8 && < 0.9 + , tasty >= 0.11 && < 1.6 + , hedgehog >= 1.4 && < 1.5 + hs-source-dirs: src + ghc-options: -Wall + default-language: Haskell2010 + +test-suite tasty-hedgehog-tests + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: test + build-depends: base >= 4.8 && <4.19 + , tasty >= 0.11 && < 1.6 + , tasty-expected-failure >= 0.11 && < 0.13 + , hedgehog >= 1.4 && < 1.5 + , tasty-hedgehog + ghc-options: -Wall + default-language: Haskell2010
revision 2
name: tasty-hedgehog version: 1.4.0.2 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENCE author: Dave Laing library exposed-modules: Test.Tasty.Hedgehog - build-depends: base >= 4.8 && <4.19 + build-depends: base >= 4.8 && <4.20 , tagged >= 0.8 && < 0.9 , tasty >= 0.11 && < 1.6 , hedgehog >= 1.4 && < 1.5
revision 3
name: tasty-hedgehog version: 1.4.0.2 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENCE author: Dave Laing type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test - build-depends: base >= 4.8 && <4.19 + build-depends: base >= 4.8 && <4.20 , tasty >= 0.11 && < 1.6 , tasty-expected-failure >= 0.11 && < 0.13 , hedgehog >= 1.4 && < 1.5
revision 4
name: tasty-hedgehog version: 1.4.0.2 -x-revision: 3 +x-revision: 4 license: BSD3 license-file: LICENCE author: Dave Laing library exposed-modules: Test.Tasty.Hedgehog - build-depends: base >= 4.8 && <4.20 + build-depends: base >= 4.8 && <4.21 , tagged >= 0.8 && < 0.9 , tasty >= 0.11 && < 1.6 , hedgehog >= 1.4 && < 1.5 type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test - build-depends: base >= 4.8 && <4.20 + build-depends: base >= 4.8 && <4.21 , tasty >= 0.11 && < 1.6 , tasty-expected-failure >= 0.11 && < 0.13 , hedgehog >= 1.4 && < 1.5
revision 5
name: tasty-hedgehog version: 1.4.0.2 -x-revision: 4 +x-revision: 5 license: BSD3 license-file: LICENCE author: Dave Laing build-depends: base >= 4.8 && <4.21 , tagged >= 0.8 && < 0.9 , tasty >= 0.11 && < 1.6 - , hedgehog >= 1.4 && < 1.5 + , hedgehog >= 1.4 && < 1.6 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 build-depends: base >= 4.8 && <4.21 , tasty >= 0.11 && < 1.6 , tasty-expected-failure >= 0.11 && < 0.13 - , hedgehog >= 1.4 && < 1.5 + , hedgehog >= 1.4 && < 1.6 , tasty-hedgehog ghc-options: -Wall default-language: Haskell2010
revision 6
name: tasty-hedgehog version: 1.4.0.2 -x-revision: 5 +x-revision: 6 license: BSD3 license-file: LICENCE author: Dave Laing library exposed-modules: Test.Tasty.Hedgehog - build-depends: base >= 4.8 && <4.21 + build-depends: base >= 4.8 && <4.22 , tagged >= 0.8 && < 0.9 , tasty >= 0.11 && < 1.6 , hedgehog >= 1.4 && < 1.6 type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test - build-depends: base >= 4.8 && <4.21 + build-depends: base >= 4.8 && <4.22 , tasty >= 0.11 && < 1.6 , tasty-expected-failure >= 0.11 && < 0.13 , hedgehog >= 1.4 && < 1.6
revision 7
name: tasty-hedgehog version: 1.4.0.2 -x-revision: 6 +x-revision: 7 license: BSD3 license-file: LICENCE author: Dave Laing build-depends: base >= 4.8 && <4.22 , tagged >= 0.8 && < 0.9 , tasty >= 0.11 && < 1.6 - , hedgehog >= 1.4 && < 1.6 + , hedgehog >= 1.4 && < 1.8 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 build-depends: base >= 4.8 && <4.22 , tasty >= 0.11 && < 1.6 , tasty-expected-failure >= 0.11 && < 0.13 - , hedgehog >= 1.4 && < 1.6 + , hedgehog >= 1.4 && < 1.8 , tasty-hedgehog ghc-options: -Wall default-language: Haskell2010
revision 8
name: tasty-hedgehog version: 1.4.0.2 -x-revision: 7 +x-revision: 8 license: BSD3 license-file: LICENCE author: Dave Laing library exposed-modules: Test.Tasty.Hedgehog - build-depends: base >= 4.8 && <4.22 + build-depends: base >= 4.8 && <4.23 , tagged >= 0.8 && < 0.9 , tasty >= 0.11 && < 1.6 , hedgehog >= 1.4 && < 1.8 type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test - build-depends: base >= 4.8 && <4.22 + build-depends: base >= 4.8 && <4.23 , tasty >= 0.11 && < 1.6 , tasty-expected-failure >= 0.11 && < 0.13 , hedgehog >= 1.4 && < 1.8