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 - PatternGuards - TupleSections source-dirs: src dependencies: - base - lens - containers exposed-modules: - Control.Edit - Data.String.DFST - Control.Lens.Edit