packages feed

hedgehog-generic-0.1: hedgehog-generic.cabal

cabal-version: 2.4
name:
  hedgehog-generic
version:
  0.1
synopsis:
  GHC Generics automatically derived hedgehog generators
description:
  "Free" hedgehog generators for types that implement Generic
homepage:
  https://github.com/chessai/hedgehog-generic
bug-reports:
  https://github.com/chessai/hedgehog-generic/issues
license:
  BSD-3-Clause
license-file:
  LICENSE
author:
  chessai
maintainer:
  chessai <chessai1996@gmail.com>
copyright:
  © 2019 chessai
category:
  Data,Development,Testing
build-type:
  Simple
extra-doc-files:
    README.md
  , CHANGELOG.md
tested-with:
  GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.4

library
  hs-source-dirs:
    src
  exposed-modules:
    Hedgehog.Generic
  build-depends:
    , base >= 4.10.1.0 && < 4.13
    , hedgehog >= 0.1 && < 0.7
  ghc-options:
    -Wall
  default-language:
    Haskell2010

source-repository head
  type:
    git
  location:
    https://github.com/chessai/hedgehog-generic.git