packages feed

cautious-gen-0.0.0.0: cautious-gen.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: fcafff7eeb325ac39bfccfac889235edff61e4dc8dea541cf8e8f1329fff466e

name:           cautious-gen
version:        0.0.0.0
description:    GenValid instances for Cautious and CautiousT
category:       Testing
homepage:       https://github.com/Nickske666/cautious#readme
bug-reports:    https://github.com/Nickske666/cautious/issues
author:         Nick Van den Broeck
maintainer:     nick.van.den.broeck666@gmail.com
copyright:      2018 Nick Van den Broeck
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/Nickske666/cautious

library
  hs-source-dirs:
      src/
  default-extensions: NoImplicitPrelude
  ghc-options: -Wall
  build-depends:
      base >=4.10 && <5
    , cautious >=0.3
    , genvalidity
  exposed-modules:
      Cautious.Gen
  other-modules:
      Paths_cautious_gen
  default-language: Haskell2010

test-suite cautious-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test/
  default-extensions: NoImplicitPrelude
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , base >=4.10 && <5
    , cautious >=0.3
    , cautious-gen
    , genvalidity
    , genvalidity-hspec
    , genvalidity-hspec-aeson
    , hspec
  other-modules:
      Cautious.CautiousSpec
      TestImport
      Paths_cautious_gen
  default-language: Haskell2010