-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsec.cabal
More file actions
18 lines (17 loc) · 707 Bytes
/
sec.cabal
File metadata and controls
18 lines (17 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Name: sec
Version: 0.1.0
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: steffen.siering@gmail.com
Build-Type: Simple
cabal-version: >= 1.6
library
hs-source-dirs: src
exposed-modules: Data.SemanticEditors
build-depends: base >= 3 && < 5
ghc-options: -Wall