-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsec.cabal
More file actions
19 lines (17 loc) · 727 Bytes
/
sec.cabal
File metadata and controls
19 lines (17 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Name: sec
Version: 0.0.1
Description: Semantic Editor Combinators as described by Conal Elliott
(See: <http://conal.net/blog/posts/semantic-editor-combinators/>)
and Template Haskell support for automatically creating semantic
editor combinators from Algebraic Data Types
License: BSD3
license-file: LICENSE
Author: Steffen Siering
Maintainer: [email protected]
Build-Type: Simple
cabal-version: >= 1.6
library
hs-source-dirs: src
exposed-modules: Data.SemanticEditors
build-depends: base >= 3 && < 5,
template-haskell == 2.*