-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathr5rs-denot.cabal
More file actions
45 lines (41 loc) · 1.4 KB
/
Copy pathr5rs-denot.cabal
File metadata and controls
45 lines (41 loc) · 1.4 KB
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
cabal-version: 2.2
-- Initial package description 'r5rs-denot.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: r5rs-denot
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
license: MIT
license-file: LICENSE
author: Siraphob (Ben) Phipathananunth
maintainer: bensiraphob@gmail.com
-- copyright:
-- category:
extra-source-files:
CHANGELOG.md
README.md
test/conformance/README.md
test/conformance/upstream/r5rs_pitfall.scm
test/conformance/pass/*.scm
data-files:
test/conformance/upstream/r5rs_pitfall.scm
test/conformance/pass/*.scm
executable r5rs-denot
ghc-options: -Wunused-imports -Wincomplete-patterns
main-is: Main.hs
other-modules: SchemeRepl, SchemeEval, SchemeParser, SchemeTypes
-- other-extensions:
build-depends: base, parsec, containers
hs-source-dirs: src
default-language: Haskell2010
test-suite r5rs-denot-conformance
type: exitcode-stdio-1.0
ghc-options: -Wunused-imports -Wincomplete-patterns
main-is: Conformance.hs
other-modules: SchemeEval, SchemeParser, SchemeTypes, Paths_r5rs_denot
autogen-modules: Paths_r5rs_denot
build-depends: base, parsec, containers
hs-source-dirs: test, src
default-language: Haskell2010