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 - TupleSections - ScopedTypeVariables source-dirs: src dependencies: - base - lens - containers exposed-modules: - Control.Edit - Control.Edit.Container - Control.Lens.Edit - Control.Lens.Edit.Generic