name: simple-zipper version: 0.1.0.0 synopsis: Zippers made slightly easier description: Please see README.md homepage: https://github.com/DanielWaterworth/simple-zipper license: BSD3 license-file: LICENSE author: Daniel Waterworth maintainer: da.waterworth@gmail.com copyright: 2016 Daniel Waterworth category: zippers build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Zipper.Simple build-depends: base >= 4.7 && < 5 , lens default-language: Haskell2010 test-suite simple-zipper-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , simple-zipper , hspec , lens ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/DanielWaterworth/simple-zipper