packages feed

hashmap-throw-0.1.0.0: hashmap-throw.cabal

cabal-version: 1.12

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

name:           hashmap-throw
version:        0.1.0.0
synopsis:       Throw behaviour for hashmap lookup.
description:    Adds a lookupOrThrow function that throws if the key is not found
category:       Data structures
author:         Daniel Firth
maintainer:     dan.firth@homotopic.tech
copyright:      2020 Daniel Firth
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

library
  exposed-modules:
      Data.HashMap.Throw
  other-modules:
      Paths_hashmap_throw
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , exceptions
    , hashable
    , hashmap
  default-language: Haskell2010