packages feed

dependent-hashmap-0.1.0.0: dependent-hashmap.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b43156688dbdbc31a90bbe37fde9b636e95f5aa58bdeb57498b22a11ec0a6df6

name:           dependent-hashmap
version:        0.1.0.0
synopsis:       Dependent hash maps
description:    Provides @DHashMap@, a type for hash maps where the keys can specify the type of value that is associated with them.
category:       Data
homepage:       https://github.com/ollef/dependent-hashmap#readme
author:         Olle Fredriksson
maintainer:     fredriksson.olle@gmail.com
copyright:      2020 Olle Fredriksson
license:        BSD3
license-file:   LICENSE
tested-with:    GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.3
build-type:     Simple
extra-source-files:
    README.md

library
  exposed-modules:
      Data.Dependent.HashMap
  other-modules:
      Paths_dependent_hashmap
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wtabs
  build-depends:
      base >=4.7 && <5
    , constraints-extras >=0.3
    , dependent-sum >=0.6
    , hashable >=1.3
    , unordered-containers >=0.2
  default-language: Haskell2010

test-suite test-dependent-hashmap
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_dependent_hashmap
  hs-source-dirs:
      tests
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wtabs
  build-depends:
      base >=4.7 && <5
    , constraints
    , constraints-extras >=0.3
    , dependent-hashmap
    , dependent-sum >=0.6
    , hashable >=1.3
    , hedgehog
    , mtl
    , unordered-containers >=0.2
  default-language: Haskell2010