-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.yaml
29 lines (24 loc) · 885 Bytes
/
package.yaml
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
name: quickcheck-combinators
version: 0.0.6
github: "athanclark/quickcheck-combinators"
license: BSD3
author: "Athan Clark"
maintainer: "athan.clark@gmail.com"
copyright: "2023 (c) Athan Clark"
category: Test
synopsis: "Simple type-level combinators for augmenting QuickCheck instances."
extra-source-files:
- README.md
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at </~https://github.com/athanclark/quickcheck-combinators#README>
dependencies:
- base >= 4.11 && < 5
- QuickCheck
- unfoldable-restricted >= 0.0.1
- unit-constraint
ghc-options:
- -Wall
library:
source-dirs: src