-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinvertible-syntax-poly.cabal
51 lines (46 loc) · 2.03 KB
/
invertible-syntax-poly.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-poly
version: 0.1.0.0
synopsis: Extends invertible-syntax library
capable to use parameterized token type.
description: Extends invertible-syntax library
capable to use parameterized token type.
homepage: http://twitter.com/khibino
license: BSD3
license-file: LICENSE
author: Kei Hibino <[email protected]>
maintainer: Kei Hibino <[email protected]>
category: Text
stability: experimental
build-type: Simple
cabal-version: >=1.2
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
Text.Syntax.Poly.Class
Text.Syntax.Poly.Type
Text.Syntax.Poly.Instances
Text.Syntax.Poly.Combinators
Text.Syntax.Poly.Combinators.Char
Text.Syntax.Poly
Text.Syntax.Parser.Instances
Text.Syntax.Parser.List.Type
Text.Syntax.Parser.List.Compose
Text.Syntax.Parser.List.Lazy
Text.Syntax.Parser.List.LazyMaybe
Text.Syntax.Parser.List.Strict
Text.Syntax.Parser.List.StrictMaybe
Text.Syntax.Parser.ReadP
Text.Syntax.Printer.List
Text.Syntax.Check.Prim
build-depends: base < 5
, partial-isomorphisms
source-repository head
type: git
location: https://github.com/khibino/haskell-invertible-syntax-poly
source-repository head
type: mercurial
location: https://bitbucket.org/khibino/haskell-invertible-syntax-poly