packages feed

refcount-0.0.0: refcount.cabal

name:               refcount
version:            0.0.0
synopsis:           Container with element counts
category:           Data
license:            MIT
author:             Ben Foppa
stability:          Experimental
homepage:           https://github.com/RobotGymnast/refcount
maintainer:         benjamin.foppa@gmail.com
build-type:         Simple
cabal-version:      >= 1.9.2

library
    hs-source-dirs:   .
    ghc-options:      -Wall -threaded -rtsopts=all
    exposed-modules:  Data.Refcount

    build-depends: base == 4.*
                 , hashable == 1.2.1.*
                 , unordered-containers == 0.2.4.*

source-repository head
  type: git
  location: https://github.com/RobotGymnast/refcount