-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgeniplate.cabal
More file actions
27 lines (23 loc) · 794 Bytes
/
Copy pathgeniplate.cabal
File metadata and controls
27 lines (23 loc) · 794 Bytes
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
Name: geniplate
Version: 0.6.0.6
Synopsis: Use Template Haskell to generate Uniplate-like functions.
Description: Use Template Haskell to generate Uniplate-like functions.
Bug-reports: https://github.com/haskell/augustss/geniplate/issues
License: BSD3
License-File: LICENSE
Author: Lennart Augustsson
Maintainer: Lennart Augustsson
Copyright: 2014 Lennart Augustsson
Category: Generics
Build-type: Simple
Cabal-Version: >= 1.8
Stability: experimental
Extra-source-files:
examples/Main.hs
examples/output
source-repository head
type: git
location: https://github.com/augustss/geniplate
library
Build-Depends: base >= 4 && < 5.0, template-haskell < 2.10, mtl
Exposed-modules: Data.Generics.Geniplate