can-i-haz-0.1.0.0: can-i-haz.cabal
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: 859b8021274842401b027ff7b3ee5ec1352f7970b8feb144c40deffa5a44b026
name: can-i-haz
version: 0.1.0.0
synopsis: Generic implementation of the Has pattern
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.Reader.Has
other-modules:
Paths_can_i_haz
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
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:
base >=4.7 && <5
, can-i-haz
, deepseq
, hspec
, should-not-typecheck
default-language: Haskell2010