forked from joelburget/data-lens-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
data-lens-template.cabal
31 lines (25 loc) · 974 Bytes
/
data-lens-template.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
name: data-lens-template
version: 2.1.5
license: BSD3
license-file: LICENSE
author: Joel Burget <[email protected]>
maintainer: Russell O'Connor <[email protected]>
category: Data
synopsis: Utilities for Data.Lens
description: Automatically derive @Lens@es for your data type for use with @Data.Lens@. Note: the code is derived from data-accessor-template <http://hackage.haskell.org/package/data-accessor-template> by Luke Palmer and Henning Thielemann.
build-type: Simple
homepage: http://github.com/roconnor/data-lens-template/
cabal-version: >= 1.6
source-repository head
type : git
location: [email protected]:roconnor/data-lens-template.git
library
extensions: CPP
other-extensions: TemplateHaskell
build-depends:
data-lens >= 2.0 && < 2.11,
base >= 1.0 && < 5,
template-haskell >= 2.4 && < 2.9
exposed-modules:
Data.Lens.Template
ghc-options: -Wall