packages feed

appendmap-0.1.4: appendmap.cabal

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

name:           appendmap
version:        0.1.4
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:
      appendmap
    , base >=4.7 && <5
    , containers
    , hspec
  default-language: Haskell2010