-
Notifications
You must be signed in to change notification settings - Fork 3
/
idris-chez.cabal
42 lines (35 loc) · 956 Bytes
/
idris-chez.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
Name: idris-chez
Version: 0.0.1
License: BSD3
Author: Niklas Larsson <[email protected]>
Maintainer: Niklas Larsson <[email protected]>
Build-Type: Simple
Cabal-Version: >= 1.22
Data-files: rts/rts.ss
source-repository head
type: git
location: https://github.com/melted/idris-chez
Executable idris-codegen-chez
Main-is: Main.hs
hs-source-dirs: src
Build-depends: idris
, base
, containers
, directory
, filepath
, haskeline >= 0.7
, mtl
, transformers
, text
other-modules:
Chez.Codegen,
Chez.Compatibility,
Chez.Operators,
Chez.Util
Paths_idris_chez
if os(windows)
build-depends: Win32 < 2.4
else
build-depends: unix < 2.8
ghc-prof-options: -auto-all -caf-all
ghc-options: -threaded -rtsopts -funbox-strict-fields