-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathast-decoration.cabal
29 lines (27 loc) · 947 Bytes
/
ast-decoration.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
-- Initial ast-decoration.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: ast-decoration
version: 0.1.0.0
synopsis: An experiment with decorated ASTs
-- description:
homepage: https://github.com/robeverest/ast-decoration
license: BSD3
license-file: LICENSE
author: Robert Clifton-Everest
maintainer: [email protected]
-- copyright:
category: Language
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: AST,
Decoration,
Eval,
Examples,
Substitution
-- other-modules:
build-depends: base >=4.7 && <4.8,
transformers >=0.4 && <0.5
-- hs-source-dirs:
default-language: Haskell2010