-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchromar.cabal
33 lines (28 loc) · 956 Bytes
/
chromar.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
name: chromar
version: 0.1.0.0
synopsis: none
homepage: none
author: none
maintainer: none
build-type: Simple
cabal-version: >=1.8
library
build-depends: base,
random >=1.1 && <1.2,
parsec >=3.1 && <3.2,
template-haskell >=2.10 && <2.12,
haskell-src-meta >= 0.6,
containers >=0.5,
multiset >= 0.3
ghc-options: -O2
hs-source-dirs: src
exposed-modules: Chromar.Core
Chromar.RuleQuotesE
Chromar.Multiset
Chromar.MAttrs
Chromar.MRuleParser
Chromar.RExprs
Chromar.Experiment
Chromar
other-extensions: BangPatterns
default-language: Haskell2010