forked from khibino/haskell-invertible-syntax-poly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvertible-syntax.cabal
51 lines (45 loc) · 2.05 KB
/
invertible-syntax.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
43
44
45
46
47
48
49
50
51
name: invertible-syntax
version: 0.1.1.0
synopsis: My flavour of the invertible-syntax library, based on invertible-syntax-poly and partial-isomorphisms packages
description: My flavour of the invertible-syntax library, based on invertible-syntax-poly and partial-isomorphisms packages
license: BSD3
license-file: LICENSE
author: Duarte Dias <[email protected]>
maintainer: Duarte Dias <[email protected]>
category: Text
stability: experimental
build-type: Simple
cabal-version: 2.0
library
hs-source-dirs: src
exposed-modules:
Control.Isomorphism.Partial.Ext.Prim
Control.Isomorphism.Partial.Ext.Constructors
Control.Isomorphism.Partial.Ext.Data
Control.Isomorphism.Partial.Ext
Control.Isomorphism.Partial
Control.Isomorphism.Partial.Constructors
Control.Isomorphism.Partial.Derived
Control.Isomorphism.Partial.Prim
Control.Isomorphism.Partial.TH
Text.Syntax.Poly.Class
Text.Syntax.Poly.Type
Text.Syntax.Poly.Combinators
Text.Syntax.Poly.Combinators.Char
Text.Syntax.Poly
Text.Syntax.Parser.Generic
Text.Syntax.Parser.List
Text.Syntax.Parser.ListSilent
Text.Syntax.Parser.Text
Text.Syntax.Printer.List
Text.Syntax.Check.Prim
build-depends: base < 5, template-haskell, text
test-suite tests
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends: base < 5, HUnit ^>=1.6, invertible-syntax
hs-source-dirs: tests
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/iogrt/invertible-syntax