cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 88961aac04b5bb12c97a5cb17d6ffa38769426d569c941425645c1799284d0f3
name: concurrent-resource-map
version: 0.2.0.0
synopsis: Concurrent resource map
description: Please see the README on GitHub at <https://github.com/Fuuzetsu/concurrent-resource-map#readme>
category: Data
homepage: https://github.com/Fuuzetsu/concurrent-resource-map#readme
bug-reports: https://github.com/Fuuzetsu/concurrent-resource-map/issues
author: Mateusz Kowalczyk
maintainer: fuuzetsu@fuuzetsu.co.uk
copyright: 2020 Mateusz Kowalczyk
license: BSD3
license-file: LICENSE
tested-with: GHC ==8.10.1 || ==8.8.3 || ==8.6.3 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/Fuuzetsu/concurrent-resource-map
library
exposed-modules:
Data.ConcurrentResourceMap
other-modules:
Paths_concurrent_resource_map
hs-source-dirs:
src
ghc-options: -O2
build-depends:
base
default-language: Haskell2010
test-suite concurrent-resource-map-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_concurrent_resource_map
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.8 && <5
, concurrent-resource-map
, containers
, random
, stm
default-language: Haskell2010