cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack -- -- hash: b0a73621ab2689afb20ff048f332f12f4e3d17664e2dcc956e880c8478bcb915 name: can-i-haz version: 0.3.1.1 synopsis: Generic implementation of the Has and CoHas patterns description: Please see the README on GitHub at category: Control homepage: https://github.com/0xd34df00d/can-i-haz#readme bug-reports: https://github.com/0xd34df00d/can-i-haz/issues author: Georg Rudoy maintainer: 0xd34df00d@gmail.com copyright: 2019-2022 Georg Rudoy license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/0xd34df00d/can-i-haz library exposed-modules: Control.Monad.Except.CoHas Control.Monad.Reader.Has Data.Path other-modules: Paths_can_i_haz hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , mtl default-language: Haskell2010 test-suite can-i-haz-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Common TypecheckFailures Paths_can_i_haz hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , base >=4.7 && <5 , can-i-haz , deepseq , hspec , mtl default-language: Haskell2010