-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquickcheck-combinators.cabal
42 lines (38 loc) · 1.23 KB
/
quickcheck-combinators.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: /~https://github.com/sol/hpack
--
-- hash: f6c98d5e33c7c9574797cce4ab20950ef1060b636f413e3d47c1685a063e99cb
name: quickcheck-combinators
version: 0.0.6
synopsis: Simple type-level combinators for augmenting QuickCheck instances.
description: Please see the README on GitHub at </~https://github.com/athanclark/quickcheck-combinators#README>
category: Test
homepage: /~https://github.com/athanclark/quickcheck-combinators#readme
bug-reports: /~https://github.com/athanclark/quickcheck-combinators/issues
author: Athan Clark
maintainer: athan.clark@gmail.com
copyright: 2023 (c) Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: /~https://github.com/athanclark/quickcheck-combinators
library
exposed-modules:
Test.QuickCheck.Combinators
other-modules:
Paths_quickcheck_combinators
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.11 && <5
, unfoldable-restricted >=0.0.1
, unit-constraint
default-language: Haskell2010