-
Notifications
You must be signed in to change notification settings - Fork 0
/
ruler.cabal
82 lines (78 loc) · 3.31 KB
/
ruler.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Name: ruler
Version: 0.4.1.0
Copyright: Utrecht University, Department of Information and Computing Sciences, Software Technology group, Atze Dijkstra
Description: Ruler tool used by UHC (Utrecht Haskell Compiler)
Synopsis: Ruler tool for UHC
Homepage: https://github.com/UU-ComputerScience/ruler
Bug-Reports: https://github.com/UU-ComputerScience/ruler/issues
License: BSD3
License-file: LICENSE
Author: Atze Dijkstra
Maintainer: [email protected]
Category: Development
Build-Type: Custom
Cabal-Version: >= 1.23
Extra-Source-Files: demo/RulerDemoUtils.chs
demo/RulerDemoMain.cag
demo/rulerDemoRL.crl2
demo/Makefile
demo/tst1
demo/tst2
demo/tst3
demo/tst5
Source-Repository head
Type: git
Location: https://github.com/UU-ComputerScience/ruler.git
executable ruler
main-is: Ruler.hs
hs-source-dirs: src
default-language: Haskell2010
default-extensions: FlexibleContexts, TypeSynonymInstances, FlexibleInstances, RankNTypes, MultiParamTypeClasses
other-modules: Paths_ruler
x-shuffle-hs: --gen-reqm=1 --preamble=no --lhs2tex=no --variant-order="1"
x-shuffle-ag: --gen-reqm=1 --preamble=no --lhs2tex=no --variant-order="1"
x-shuffle-ag-d: data, rename
x-shuffle-ag-s: catas, semfuns, signatures, pretty, rename
x-shuffle-ag-sd: data, catas, semfuns, signatures, pretty, rename, module
x-shuffle-ag-d-dep: Expr/Expr.cag
Ty/Ty.cag
AbsSyn/AbsSyn1.cag
AbsSyn/AbsSyn2.cag
ViewSel/ViewSel.cag
ARule/ARule.cag
x-shuffle-ag-s-dep: Main1AG.cag
AS1/Imports.cag
Main2AG.cag
TrfAS2/GenARule.cag
TrfAS2/GenLaTeX.cag
Ty/PrettyPrint.cag
Expr/IsRw.cag
Expr/NmS.cag
Expr/LaTeX.cag
Expr/CoGam.cag
ViewSel/Self.cag
ViewSel/NmS.cag
ViewSel/RlRnm.cag
ViewSel/RlIsSel.cag
ViewSel/PrettyPrint.cag
ARule/PatternUniq.cag
ARule/RwSubst.cag
ARule/AVarRename.cag
ARule/ElimCopyRule.cag
ARule/ElimWildcAssign.cag
ARule/PrettyPrint.cag
build-depends: base >= 4 && < 5,
containers >= 0.4 && < 0.6,
uulib >= 0.9 && < 1,
mtl >= 2 && < 3,
uhc-util >= 0.1.3.0,
uuagc >= 0.9.42.2,
uuagc-cabal >= 1.1.0.0,
shuffle >= 0.1.0.2,
Cabal >= 2.0.0.2
custom-setup
setup-depends: base >= 4 && < 5,
uuagc-cabal >= 1.1.0.0,
uuagc >= 0.9.42.2,
shuffle >= 0.1.0.2,
Cabal >= 2.0.0.2