summaryrefslogtreecommitdiff
path: root/edit-lens/package.yaml
blob: 5bf7fba460f6f0d12b2de66bdc30605015f046b6 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
name: edit-lens
version: 0.0.0.0
license: BSD3
license-file: LICENSE
author: Gregor Kleen <aethoago@141.li>
category: Control
build-type: Simple
extra-source-files:
  - ChangeLog.md
git: https://git.yggdrasil.li/gkleen/pub/bachelor-thesis

library:
  default-extensions:
    - TypeFamilies
    - FlexibleContexts
    - FlexibleInstances
    - MultiParamTypeClasses
    - FunctionalDependencies
    - AllowAmbiguousTypes
    - TypeApplications
    - GADTs
    - TupleSections
    - ScopedTypeVariables
    - RecordWildCards
    - NamedFieldPuns
    - ViewPatterns
  source-dirs: src
  dependencies:
    - base
    - lens
    - containers
    - mtl
  exposed-modules:
    - Control.Edit
    - Control.Edit.Container
    - Control.Edit.Container.Transducer
    - Control.Lens.Edit
    - Control.Lens.Edit.Generic