packages feed

validity-unordered-containers-0.1.0.0: validity-unordered-containers.cabal

name: validity-unordered-containers
version: 0.1.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: Copyright: (c) 2017 Tom Sydney Kerckhove
maintainer: syd.kerckhove@gmail.com
homepage: https://github.com/NorfairKing/validity#readme
synopsis: Validity instances for unordered-containers
description:
    Please see README.md
category: Validity
author: Tom Sydney Kerckhove

source-repository head
    type: git
    location: https://github.com/NorfairKing/validity

library
    exposed-modules:
        Data.Validity.UnorderedContainers
        Data.Validity.HashMap
        Data.Validity.HashSet
    build-depends:
        base >=4.7 && <5,
        validity >=0.4 && <0.5,
        unordered-containers >=0.2.7,
        hashable -any
    default-language: Haskell2010
    hs-source-dirs: src