can-i-haz-0.3.1.0: can-i-haz.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: af1810287bc5b23d221bbd0e94f0e0c3016a9c1269cf8169b84688faebfa71e5
name: can-i-haz
version: 0.3.1.0
synopsis: Generic implementation of the Has and CoHas patterns
description: Please see the README on GitHub at <https://github.com/0xd34df00d/can-i-haz#readme>
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 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