summaryrefslogtreecommitdiff
path: root/edit-lens/edit-lens.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'edit-lens/edit-lens.cabal')
-rw-r--r--edit-lens/edit-lens.cabal55
1 files changed, 32 insertions, 23 deletions
diff --git a/edit-lens/edit-lens.cabal b/edit-lens/edit-lens.cabal
index 72c08c7..ab4c575 100644
--- a/edit-lens/edit-lens.cabal
+++ b/edit-lens/edit-lens.cabal
@@ -1,26 +1,35 @@
1-- Initial edit-lens.cabal generated by cabal init. For further 1-- This file has been generated from package.yaml by hpack version 0.19.3.
2-- documentation, see http://haskell.org/cabal/users-guide/ 2--
3-- see: https://github.com/sol/hpack
3 4
4name: edit-lens 5name: edit-lens
5version: 0.0.0.0 6version: 0.0.0.0
6-- synopsis: 7category: Control
7-- description: 8author: Gregor Kleen <aethoago@141.li>
8license: BSD3 9license: BSD3
9license-file: LICENSE 10license-file: LICENSE
10author: Gregor Kleen 11build-type: Simple
11maintainer: aethoago@141.li 12cabal-version: >= 1.10
12-- copyright: 13
13category: Control 14extra-source-files:
14build-type: Simple 15 ChangeLog.md
15extra-source-files: ChangeLog.md 16
16cabal-version: >=1.10 17source-repository head
18 type: git
19 location: https://git.yggdrasil.li/gkleen/pub/bachelor-thesis
17 20
18library 21library
19 exposed-modules: Control.Lens.Edit 22 hs-source-dirs:
20 -- other-modules: 23 src
21 -- other-extensions: 24 default-extensions: TypeFamilies FlexibleContexts FlexibleInstances MultiParamTypeClasses FunctionDependencies AllowAmbiguousTypes TypeApplication GADTs
22 build-depends: base >=4.9 && <4.10 25 build-depends:
23 , lens 26 base
24 , data-default 27 , lens
25 hs-source-dirs: src 28 exposed-modules:
26 default-language: Haskell2010 29 Control.Edit
30 Control.Edit.Tree
31 Control.Lens.Edit
32 other-modules:
33 Control.Lens.Edit.Compose
34 Paths_edit_lens
35 default-language: Haskell2010