-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAutobahn.cabal
65 lines (61 loc) · 1.37 KB
/
Autobahn.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: c4601317d1bcd2b088ef815a5cd5fb2440d7860f0c4c4e8cf9d776c5420c05a4
name: Autobahn
version: 2.0.0.0
description: A tool for inferring strictness annotations in Haskell programs.
homepage: https://github.com/Genetic-Strictness/Autobahn#readme
bug-reports: https://github.com/Genetic-Strictness/Autobahn/issues
author: Marilyn Sun, Yisu Remy Wang
maintainer: [email protected]
copyright: 2019
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
LICENSE
source-repository head
type: git
location: https://github.com/Genetic-Strictness/Autobahn
executable Autobahn
main-is: Main.hs
other-modules:
Config
GeneAlg
GeneAlg2
Min
Parse
Profiling
Result
Rewrite
Types
Utils
Paths_Autobahn
hs-source-dirs:
src
ghc-options: -O2 -rtsopts "-with-rtsopts=-T"
build-depends:
GA
, base >=4.8
, bitwise
, bv
, criterion
, deepseq
, directory
, filepath
, ghc-prof
, haskell-src-exts >=1.19
, html
, mtl
, parsec
, process
, random
, scientific
, split
, text
, uniplate
default-language: Haskell2010