Cabal revisions of hedgehog-fn-1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial hedgehog-fn.cabal generated by cabal init. For further documentation,--- see http://haskell.org/cabal/users-guide/--name: hedgehog-fn-version: 1.0-synopsis: Function generation for `hedgehog`-description: Generating shrinkable, showable functions with `hedgehog`. See- `Hedgehog.Function` for example usages.-license: BSD3--- Must be spelled with a 'C' for nix-license-file: LICENCE-author: Isaac Elliott-maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>-homepage: https://github.com/qfpl/hedgehog-fn-bug-reports: https://github.com/qfpl/hedgehog-fn/issues-category: Testing-build-type: Simple-cabal-version: >=1.10-extra-source-files: ChangeLog.md-tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.5--source-repository head- type: git- location: git@github.com:qfpl/hedgehog-fn.git--flag build-examples- description: Build the example executables- default: False--library- exposed-modules: Hedgehog.Function- , Hedgehog.Function.Internal- build-depends: base >=4.8 && <5- , contravariant >=1.4 && <1.6- , hedgehog >=1.0 && <1.1- , transformers >=0.5 && <0.6- hs-source-dirs: src- default-language: Haskell2010--executable example- main-is: Example.hs- if flag(build-examples) && impl(ghc>=8.0)- buildable: True- else- buildable: False- hs-source-dirs: example- build-depends: base >=4.8 && <5- , hedgehog >=1.0 && <1.1- , hedgehog-fn- default-language: Haskell2010+-- Initial hedgehog-fn.cabal generated by cabal init. For further documentation, +-- see http://haskell.org/cabal/users-guide/ + +name: hedgehog-fn +version: 1.0 +x-revision: 1 +synopsis: Function generation for `hedgehog` +description: Generating shrinkable, showable functions with `hedgehog`. See + `Hedgehog.Function` for example usages. +license: BSD3 +-- Must be spelled with a 'C' for nix +license-file: LICENCE +author: Isaac Elliott +maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ> +homepage: https://github.com/qfpl/hedgehog-fn +bug-reports: https://github.com/qfpl/hedgehog-fn/issues +category: Testing +build-type: Simple +cabal-version: >=1.10 +extra-source-files: ChangeLog.md +tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.5 + +source-repository head + type: git + location: git@github.com:qfpl/hedgehog-fn.git + +flag build-examples + description: Build the example executables + default: False + +library + exposed-modules: Hedgehog.Function + , Hedgehog.Function.Internal + build-depends: base >=4.8 && <5 + , contravariant >=1.4 && <1.6 + , hedgehog >=1.0 && <1.2 + , transformers >=0.5 && <0.7 + hs-source-dirs: src + default-language: Haskell2010 + +executable example + main-is: Example.hs + if flag(build-examples) && impl(ghc>=8.0) + buildable: True + else + buildable: False + hs-source-dirs: example + build-depends: base >=4.8 && <5 + , hedgehog >=1.0 && <1.2 + , hedgehog-fn + default-language: Haskell2010
revision 2
name: hedgehog-fn version: 1.0 -x-revision: 1 +x-revision: 2 synopsis: Function generation for `hedgehog` description: Generating shrinkable, showable functions with `hedgehog`. See `Hedgehog.Function` for example usages. , Hedgehog.Function.Internal build-depends: base >=4.8 && <5 , contravariant >=1.4 && <1.6 - , hedgehog >=1.0 && <1.2 + , hedgehog >=1.0 && <1.3 , transformers >=0.5 && <0.7 hs-source-dirs: src default-language: Haskell2010 buildable: False hs-source-dirs: example build-depends: base >=4.8 && <5 - , hedgehog >=1.0 && <1.2 + , hedgehog >=1.0 && <1.3 , hedgehog-fn default-language: Haskell2010
revision 3
name: hedgehog-fn version: 1.0 -x-revision: 2 +x-revision: 3 synopsis: Function generation for `hedgehog` description: Generating shrinkable, showable functions with `hedgehog`. See `Hedgehog.Function` for example usages. , Hedgehog.Function.Internal build-depends: base >=4.8 && <5 , contravariant >=1.4 && <1.6 - , hedgehog >=1.0 && <1.3 + , hedgehog >=1.0 && <1.5 , transformers >=0.5 && <0.7 hs-source-dirs: src default-language: Haskell2010 else buildable: False hs-source-dirs: example - build-depends: base >=4.8 && <5 - , hedgehog >=1.0 && <1.3 + build-depends: base + , hedgehog , hedgehog-fn default-language: Haskell2010
revision 4
name: hedgehog-fn version: 1.0 -x-revision: 3 +x-revision: 4 synopsis: Function generation for `hedgehog` description: Generating shrinkable, showable functions with `hedgehog`. See `Hedgehog.Function` for example usages. , Hedgehog.Function.Internal build-depends: base >=4.8 && <5 , contravariant >=1.4 && <1.6 - , hedgehog >=1.0 && <1.5 + , hedgehog >=1.0 && <1.6 , transformers >=0.5 && <0.7 hs-source-dirs: src default-language: Haskell2010
revision 5
name: hedgehog-fn version: 1.0 -x-revision: 4 +x-revision: 5 synopsis: Function generation for `hedgehog` description: Generating shrinkable, showable functions with `hedgehog`. See `Hedgehog.Function` for example usages. , Hedgehog.Function.Internal build-depends: base >=4.8 && <5 , contravariant >=1.4 && <1.6 - , hedgehog >=1.0 && <1.6 + , hedgehog >=1.0 && <1.8 , transformers >=0.5 && <0.7 hs-source-dirs: src default-language: Haskell2010