-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
31 lines (27 loc) · 743 Bytes
/
package.yaml
File metadata and controls
31 lines (27 loc) · 743 Bytes
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
name: krivine-extended
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/gabriel-fallen/krivine-extended#readme
license: BSD3
author: Alexander Tchitchigin
maintainer: sad.ronin@gmail.com
copyright: 2018 Alexander Tchitchigin
category: Application
extra-source-files:
- README.md
dependencies:
- attoparsec
- base >= 4.7 && < 5
- bytestring
- deepseq
- parallel
ghc-options: -O2 -rtsopts -threaded -with-rtsopts=-N -fno-prof-count-entries -eventlog
executables:
extended:
source-dirs: src
main: Main.hs
# benchmarks:
# bench:
# source-dirs: src
# main: Main.hs