packages feed

appendmap-0.1.5: appendmap.cabal

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

name:           appendmap
version:        0.1.5
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
      Data.Map.Counter
  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:
      QuickCheck
    , appendmap
    , base >=4.7 && <5
    , containers
    , hspec
  default-language: Haskell2010