-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.yaml
More file actions
44 lines (38 loc) · 1.04 KB
/
package.yaml
File metadata and controls
44 lines (38 loc) · 1.04 KB
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
43
44
name: split-morphism
version: 0.1.0.1
github: "gvolpe/split-morphism"
license: BSD3
author: "Gabriel Volpe"
maintainer: "volpegabriel@gmail.com"
copyright: "2019 Gabriel Volpe"
extra-source-files:
- README.md
- ChangeLog.md
synopsis: Split Epimorphisms and Monomorphisms
category: Data, Lenses, Generics
description: Please see the README on GitHub at <https://github.com/gvolpe/split-morphism#readme>
dependencies:
- base >= 4.7 && < 5
- invariant >= 0.5.1 && < 0.6
- lens >= 4.17 && < 4.18
library:
source-dirs: src
tests:
split-morphism-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -Wall
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
- -Wcompat
- -Widentities
- -Wredundant-constraints
- -Wmissing-export-lists
- -Wpartial-fields
dependencies:
- split-morphism
- QuickCheck >= 2.12.6