packages feed

prop-unit-1.0.0: prop-unit.cabal

cabal-version: 1.12

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

name:           prop-unit
version:        1.0.0
synopsis:       Conveniences for using Hedgehog as a unit test runner
description:    Please see the README on GitHub at <https://github.com/ejconlon/prop-unit#readme>
category:       Testing
homepage:       https://github.com/ejconlon/prop-unit#readme
bug-reports:    https://github.com/ejconlon/prop-unit/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2022 Eric Conlon
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ejconlon/prop-unit

library
  exposed-modules:
      PropUnit
      PropUnit.Hedgehog
      PropUnit.Hedgehog.Gen
      PropUnit.Hedgehog.Range
  other-modules:
      Paths_prop_unit
  hs-source-dirs:
      src
  default-extensions:
      BangPatterns
      ConstraintKinds
      DeriveAnyClass
      DeriveFunctor
      DeriveFoldable
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      FunctionalDependencies
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      KindSignatures
      MultiParamTypeClasses
      Rank2Types
      ScopedTypeVariables
      StandaloneDeriving
      TemplateHaskell
      TupleSections
      TypeApplications
      TypeOperators
      TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie
  build-depends:
      base >=4.12 && <5
    , hedgehog >=1.4 && <1.6
    , tasty >=1.4 && <1.6
    , tasty-hedgehog ==1.4.*
  default-language: Haskell2010

test-suite prop-unit-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_prop_unit
  hs-source-dirs:
      test
  default-extensions:
      BangPatterns
      ConstraintKinds
      DeriveAnyClass
      DeriveFunctor
      DeriveFoldable
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      FunctionalDependencies
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      KindSignatures
      MultiParamTypeClasses
      Rank2Types
      ScopedTypeVariables
      StandaloneDeriving
      TemplateHaskell
      TupleSections
      TypeApplications
      TypeOperators
      TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.12 && <5
    , containers
    , hedgehog >=1.4 && <1.6
    , prop-unit
    , tasty >=1.4 && <1.6
    , tasty-hedgehog ==1.4.*
  default-language: Haskell2010