say-0.1.0.1: say.cabal
cabal-version: >= 1.10
-- This file has been generated from package.yaml by hpack version 0.29.6.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2dfe6e8fbd947bd63280cdcdd1f4fb437beeed6a147b44e1da866b43b1f1722a
name: say
version: 0.1.0.1
synopsis: Send textual messages to a Handle in a thread-friendly way
description: Please see the README and documentation at <https://www.stackage.org/package/say>
category: Text
homepage: https://github.com/fpco/say#readme
bug-reports: https://github.com/fpco/say/issues
author: Michael Snoyman
maintainer: michael@snoyman.com
copyright: 2016-2018 FP Complete
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/fpco/say
library
exposed-modules:
Say
other-modules:
Paths_say
hs-source-dirs:
src
build-depends:
base >=4.9.1 && <5
, bytestring >=0.10.4
, text >=1.2
, transformers
default-language: Haskell2010
test-suite say-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
SaySpec
Paths_say
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.9.1 && <5
, bytestring >=0.10.4
, hspec
, say
, text >=1.2
, transformers
, unliftio
default-language: Haskell2010
benchmark say-bench
type: exitcode-stdio-1.0
main-is: say-bench.hs
other-modules:
Paths_say
hs-source-dirs:
bench
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
build-depends:
base >=4.9.1 && <5
, bytestring >=0.10.4
, gauge
, say
, text >=1.2
, transformers
, unliftio
default-language: Haskell2010