cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 284fe2b8df51b76c87d114f22bb20c07fb69075b80a41dbc446c89d55b9666b6 name: lens-errors version: 0.2.2.0 synopsis: Error handling in lens chains description: Please see the README on GitHub at category: Lenses homepage: https://github.com/ChrisPenner/lens-errors#readme bug-reports: https://github.com/ChrisPenner/lens-errors/issues author: Chris Penner maintainer: christopher.penner@gmail.com copyright: Chris Penner license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/ChrisPenner/lens-errors library exposed-modules: Control.Lens.Error Control.Lens.Error.Internal.LensFail other-modules: Paths_lens_errors hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , either , lens default-language: Haskell2010 test-suite lens-errors-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_lens_errors hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , either , hspec , lens , lens-errors default-language: Haskell2010