-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.yaml
58 lines (54 loc) · 1.35 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: hdiff
version: 0.0.5
synopsis: Pattern-Expression-based differencing of arbitrary types.
description: This package provides an executable and a library to compute
and manipulate pattern-expression based differences between
values of arbitrary datatypes. For more detailed information
check the README at our GitHub page.
maintainer: Victor Miraldo <v.cacciarimiraldo@gmail.com>
github: VictorCMiraldo/hdiff
category: Other
dependencies:
- base >= 4.9 && < 5
- bytestring
- cryptonite
- containers
- mtl
- prettyprinter
- prettyprinter-ansi-terminal
- text
- QuickCheck
- hspec
- memory
- template-haskell
- deepseq
- simplistic-generics
library:
source-dirs: src/
ghc-options: -O2 -Wall
tests:
spec:
main: Spec.hs
source-dirs:
- tests
dependencies:
- hdiff
executables:
hdiff:
source-dirs:
- executable
main: HDiff.hs
dependencies:
- parsec
- gitrev
- optparse-applicative
- language-lua
- language-java
- language-ecmascript
- language-bash
- language-python
- time
- deepseq
- hdiff
# cpp-options: -DREAL_LANGUAGES
ghc-options: -XCPP -O2 -Woverlapping-patterns -Winaccessible-code -Wincomplete-patterns -Wincomplete-uni-patterns -Wincomplete-record-updates