packages feed

hashmap-io-0.1.0.0: hashmap-io.cabal

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: d3ede880042011eaccb1f30eb1e3ada6e5d8ec271ee5b419dac7563ef99c0a37

name:           hashmap-io
version:        0.1.0.0
synopsis:       A Hashmap on io monad.
description:    Please see the README on GitHub at <https://github.com/Lupino/metro/tree/master/hashmap-io#readme>
category:       Data
homepage:       https://github.com/Lupino/metro#readme
bug-reports:    https://github.com/Lupino/metro/issues
author:         Lupino
maintainer:     lmjubuntu@gmail.com
copyright:      MIT
license:        BSD3
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/Lupino/metro

library
  exposed-modules:
      Data.IOHashMap
      Data.IOHashMap.STM
  other-modules:
      Paths_hashmap_io
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , hashable
    , stm
    , unordered-containers
  default-language: Haskell2010