cabal-version: 1.12 name: plucky version: 0.0.0.1 description: Please see the README on GitHub at synopsis: A library and technique for handling errors via plucking constraints homepage: https://github.com/parsonsmatt/plucky#readme bug-reports: https://github.com/parsonsmatt/plucky/issues author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: 2020 Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple category: Data extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/parsonsmatt/plucky library exposed-modules: Data.Either.Plucky hs-source-dirs: src build-depends: base >= 4.9.1.0 && <5 , transformers >= 0.4.0.0 && < 0.6 default-language: Haskell2010 test-suite plucky-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , plucky , mtl default-language: Haskell2010