-
Notifications
You must be signed in to change notification settings - Fork 1
/
hs-to-ciao.cabal
26 lines (25 loc) · 1.01 KB
/
hs-to-ciao.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
name: hs-to-ciao
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: nikivazou
maintainer: [email protected]
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: HsToCiaoPP,
CiaoSyn
Embedder
IDDictionary
Translation.MainTranslation
Translation.DataTypesTranslation
Translation.Environment
Translation.CoreInstances
PrettyPrinters.GeneralPrinter
PrettyPrinters.AnalysisKinds
PrettyPrinters.BigO
ghc-options: -Wall -Werror
hs-source-dirs: src
build-depends: base, ghc >= 8.4.4
build-depends: unordered-containers, monad-loops, mtl, hashable, regex-base, regex-compat, regex-pcre, text, process, directory, containers, split
default-language: Haskell2010