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 default-extensions: - TypeFamilies - FlexibleContexts - FlexibleInstances - MultiParamTypeClasses - FunctionalDependencies - AllowAmbiguousTypes - TypeApplications - GADTs - RecordWildCards - NamedFieldPuns - PatternGuards - TupleSections - RankNTypes - ViewPatterns - DerivingStrategies dependencies: - base - lens - containers - composition-tree - monad-memo - Diff - mtl - wl-pprint - intervals - universe - dotgen # ghc-options: [ -O2 ] library: source-dirs: src exposed-modules: - Control.Edit - Control.Edit.String - Control.Edit.String.Affected - Control.Lens.Edit - Control.Lens.Edit.ActionTree - Control.DFST - Control.FST - Control.DFST.Lens tests: test: source-dirs: - test - src main: Driver.hs dependencies: - tasty - tasty-discover - tasty-hedgehog - tasty-hunit - HUnit - hedgehog - deepseq