-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwafl.cabal
49 lines (45 loc) · 1.59 KB
/
wafl.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
name: wafl
version: 0.0.0.0
synopsis: Yummy Wafl
description: A simple language in ANF
homepage: https://github.com/lambdageek/wafl
license: MIT
license-file: LICENSE
author: Aleksey Kliger
maintainer: Aleksey Kliger
category: Language
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
tested-with: GHC == 8.0.2, GHC == 8.10.1
library
exposed-modules: Wafl,
Wafl.Naming,
Wafl.Syntax,
Wafl.Stepper,
Wafl.Pretty,
Wafl.PreSyntax,
Wafl.Parser
-- other-modules:
default-extensions: MultiParamTypeClasses, FlexibleInstances, FlexibleContexts
build-depends: base >=4.9 && < 5,
unbound-generics,
containers >= 0.5.8.2,
mtl >= 2.2.1,
ansi-wl-pprint >= 0.6.7,
megaparsec >= 6.2.0,
text >= 1.2.2.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
-- executable waflr
-- main-is: waflr.hs
-- hs-source-dirs: main
-- build-depends: base >=4.9,
-- wafl
-- default-language: Haskell2010
-- other-extensions: MultiParamTypeClasses
-- ghc-options: -Wall
source-repository head
type: git
location: git://github.com/lambdageek/wafl.git