Cabal revisions of hw-hspec-hedgehog-0.1.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2--name: hw-hspec-hedgehog-version: 0.1.1.1-synopsis: Interoperability between hspec and hedgehog-description: Interoperability between hspec and hedgehog.-category: Test-homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme-bug-reports: https://github.com/haskell-works/hw-hspec-hedgehog/issues-author: John Ky-maintainer: newhoggy@gmail.com-copyright: 2017-2021 John Ky-license: BSD-3-Clause-license-file: LICENSE-tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5-build-type: Simple-extra-source-files: README.md--source-repository head- type: git- location: https://github.com/haskell-works/hw-hspec-hedgehog--common base { build-depends: base >= 4.11 && < 5 }--common doctest { build-depends: doctest >= 0.16.2 && < 0.21 }-common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }-common hedgehog { build-depends: hedgehog >= 0.5 && < 1.2 }-common hspec { build-depends: hspec >= 2.6 && < 2.10 }-common HUnit { build-depends: HUnit >= 1.5 && < 1.7 }-common call-stack { build-depends: call-stack >= 0.2 && < 0.5 }-common transformers { build-depends: transformers >= 0.5.6.2 && < 0.7 }--common config- default-language: Haskell2010- ghc-options: -Wall--common hw-hspec-hedgehog- build-depends: hw-hspec-hedgehog--library- import: base, config- , call-stack- , hedgehog- , hspec- , HUnit- , transformers- exposed-modules: HaskellWorks.Hspec.Hedgehog- other-modules: Paths_hw_hspec_hedgehog- autogen-modules: Paths_hw_hspec_hedgehog- hs-source-dirs: src--test-suite hw-hspec-hedgehog-test- import: base, config- , call-stack- , hedgehog- , hspec- , HUnit- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules: HaskellWorks.Hspec.HedgehogSpec- hs-source-dirs: test- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends: hw-hspec-hedgehog- build-tool-depends: hspec-discover:hspec-discover--test-suite doctest- import: base, config- , doctest- , doctest-discover- , hw-hspec-hedgehog- default-language: Haskell2010- type: exitcode-stdio-1.0- ghc-options: -threaded -rtsopts -with-rtsopts=-N- main-is: DoctestDriver.hs- HS-Source-Dirs: doctest- build-tool-depends: doctest-discover:doctest-discover+cabal-version: 2.2 + +name: hw-hspec-hedgehog +version: 0.1.1.1 +x-revision: 1 +synopsis: Interoperability between hspec and hedgehog +description: Interoperability between hspec and hedgehog. +category: Test +homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme +bug-reports: https://github.com/haskell-works/hw-hspec-hedgehog/issues +author: John Ky +maintainer: newhoggy@gmail.com +copyright: 2017-2021 John Ky +license: BSD-3-Clause +license-file: LICENSE +tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 +build-type: Simple +extra-source-files: README.md + +source-repository head + type: git + location: https://github.com/haskell-works/hw-hspec-hedgehog + +common base { build-depends: base >= 4.11 && < 5 } + +common doctest { build-depends: doctest >= 0.16.2 && < 0.21 } +common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.2 } +common hspec { build-depends: hspec >= 2.6 && < 2.11 } +common HUnit { build-depends: HUnit >= 1.5 && < 1.7 } +common call-stack { build-depends: call-stack >= 0.2 && < 0.5 } +common transformers { build-depends: transformers >= 0.5.6.2 && < 0.7 } + +common config + default-language: Haskell2010 + ghc-options: -Wall + +common hw-hspec-hedgehog + build-depends: hw-hspec-hedgehog + +library + import: base, config + , call-stack + , hedgehog + , hspec + , HUnit + , transformers + exposed-modules: HaskellWorks.Hspec.Hedgehog + other-modules: Paths_hw_hspec_hedgehog + autogen-modules: Paths_hw_hspec_hedgehog + hs-source-dirs: src + +test-suite hw-hspec-hedgehog-test + import: base, config + , call-stack + , hedgehog + , hspec + , HUnit + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: HaskellWorks.Hspec.HedgehogSpec + hs-source-dirs: test + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: hw-hspec-hedgehog + build-tool-depends: hspec-discover:hspec-discover + +test-suite doctest + import: base, config + , doctest + , doctest-discover + , hw-hspec-hedgehog + default-language: Haskell2010 + type: exitcode-stdio-1.0 + ghc-options: -threaded -rtsopts -with-rtsopts=-N + main-is: DoctestDriver.hs + HS-Source-Dirs: doctest + build-tool-depends: doctest-discover:doctest-discover
revision 2
name: hw-hspec-hedgehog version: 0.1.1.1 -x-revision: 1 +x-revision: 2 synopsis: Interoperability between hspec and hedgehog description: Interoperability between hspec and hedgehog. category: Test common doctest { build-depends: doctest >= 0.16.2 && < 0.21 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } common hedgehog { build-depends: hedgehog >= 0.5 && < 1.2 } -common hspec { build-depends: hspec >= 2.6 && < 2.11 } +common hspec { build-depends: hspec >= 2.6 && < 3 } common HUnit { build-depends: HUnit >= 1.5 && < 1.7 } common call-stack { build-depends: call-stack >= 0.2 && < 0.5 } common transformers { build-depends: transformers >= 0.5.6.2 && < 0.7 }
revision 3
name: hw-hspec-hedgehog version: 0.1.1.1 -x-revision: 2 +x-revision: 3 synopsis: Interoperability between hspec and hedgehog description: Interoperability between hspec and hedgehog. category: Test common doctest { build-depends: doctest >= 0.16.2 && < 0.21 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } -common hedgehog { build-depends: hedgehog >= 0.5 && < 1.2 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.3 } common hspec { build-depends: hspec >= 2.6 && < 3 } common HUnit { build-depends: HUnit >= 1.5 && < 1.7 } common call-stack { build-depends: call-stack >= 0.2 && < 0.5 }
revision 4
name: hw-hspec-hedgehog version: 0.1.1.1 -x-revision: 3 +x-revision: 4 synopsis: Interoperability between hspec and hedgehog description: Interoperability between hspec and hedgehog. category: Test common base { build-depends: base >= 4.11 && < 5 } -common doctest { build-depends: doctest >= 0.16.2 && < 0.21 } +common doctest { build-depends: doctest >= 0.16.2 && < 0.23 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } -common hedgehog { build-depends: hedgehog >= 0.5 && < 1.3 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.5 } common hspec { build-depends: hspec >= 2.6 && < 3 } common HUnit { build-depends: HUnit >= 1.5 && < 1.7 } common call-stack { build-depends: call-stack >= 0.2 && < 0.5 }