diff options
Diffstat (limited to 'edit-lens/edit-lens.cabal')
-rw-r--r-- | edit-lens/edit-lens.cabal | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/edit-lens/edit-lens.cabal b/edit-lens/edit-lens.cabal new file mode 100644 index 0000000..72c08c7 --- /dev/null +++ b/edit-lens/edit-lens.cabal | |||
@@ -0,0 +1,26 @@ | |||
1 | -- Initial edit-lens.cabal generated by cabal init. For further | ||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | ||
3 | |||
4 | name: edit-lens | ||
5 | version: 0.0.0.0 | ||
6 | -- synopsis: | ||
7 | -- description: | ||
8 | license: BSD3 | ||
9 | license-file: LICENSE | ||
10 | author: Gregor Kleen | ||
11 | maintainer: aethoago@141.li | ||
12 | -- copyright: | ||
13 | category: Control | ||
14 | build-type: Simple | ||
15 | extra-source-files: ChangeLog.md | ||
16 | cabal-version: >=1.10 | ||
17 | |||
18 | library | ||
19 | exposed-modules: Control.Lens.Edit | ||
20 | -- other-modules: | ||
21 | -- other-extensions: | ||
22 | build-depends: base >=4.9 && <4.10 | ||
23 | , lens | ||
24 | , data-default | ||
25 | hs-source-dirs: src | ||
26 | default-language: Haskell2010 | ||