cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: thread-utils-context
version: 0.2.0.0
synopsis: Garbage-collected thread local storage
description: Please see the README on GitHub at <https://github.com/iand675/thread-utils-context#readme>
category: Concurrency
homepage: https://github.com/iand675/thread-utils#readme
bug-reports: https://github.com/iand675/thread-utils/issues
author: Ian Duncan
maintainer: ian@iankduncan.com
copyright: 2021 Ian Duncan
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/iand675/thread-utils
library
exposed-modules:
Control.Concurrent.Thread.Storage
other-modules:
Paths_thread_utils_context
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, ghc-prim
, thread-utils-finalizers
default-language: Haskell2010
test-suite thread-utils-context-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_thread_utils_context
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, ghc-prim
, thread-utils-context
, thread-utils-finalizers
default-language: Haskell2010
benchmark thread-utils-context-benchmarks
type: exitcode-stdio-1.0
main-is: Bench.hs
other-modules:
Paths_thread_utils_context
hs-source-dirs:
bench
ghc-options: -O2 -rtsopts -threaded -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, criterion
, ghc-prim
, mtl
, thread-utils-context
, thread-utils-finalizers
default-language: Haskell2010