name: edit-lens version: 0.0.0.0 license: BSD3 license-file: LICENSE author: Gregor Kleen 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 - RecordWildCards - NamedFieldPuns - PatternGuards - TupleSections - RankNTypes - ViewPatterns source-dirs: src dependencies: - base - lens - containers - composition-tree - Diff - mtl exposed-modules: - Control.Edit - Control.Lens.Edit - Control.DFST - Control.FST - Control.DFST.Lens