appendmap-0.1.2: appendmap.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 958b11931b57f7dbce792ef791245c3d6ae3eef40e24559c9e2520da0c867296
name: appendmap
version: 0.1.2
synopsis: Map with a Semigroup and Monoid instances delegating to Semigroup of the elements
description: Please see the README on GitHub at <https://github.com/koterpillar/appendmap#readme>
category: Data Structures
homepage: https://github.com/koterpillar/appendmap#readme
bug-reports: https://github.com/koterpillar/appendmap/issues
author: Alexey Kotlyarov
maintainer: a@koterpillar.com
copyright: 2018 Alexey Kotlyarov
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/koterpillar/appendmap
library
exposed-modules:
Data.Map.Append
Data.Map.Append.Lazy
Data.Map.Append.Strict
other-modules:
Paths_appendmap
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
default-language: Haskell2010
test-suite appendmap-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_appendmap
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
appendmap
, base >=4.7 && <5
, containers
, hspec
default-language: Haskell2010