packages feed

appendmap-0.1.3: appendmap.cabal

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

name:           appendmap
version:        0.1.3
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