blob: 72c08c7568bdee5a4ec414d54d6f74d9f2f6f60b (
plain)
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
|
-- Initial edit-lens.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: edit-lens
version: 0.0.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Gregor Kleen
maintainer: aethoago@141.li
-- copyright:
category: Control
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Control.Lens.Edit
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.10
, lens
, data-default
hs-source-dirs: src
default-language: Haskell2010
|