-
Notifications
You must be signed in to change notification settings - Fork 2
/
dependent-monoidal-map.cabal
35 lines (31 loc) · 1.25 KB
/
dependent-monoidal-map.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: dependent-monoidal-map
version: 0.1.1.4
description:
Data.Dependent.Map variant that appends conflicting entries when merging maps instead of discarding one side of the conflict.
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: maintainer@obsidian.systems
copyright: 2018 Obsidian Systems LLC
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
category: Data
synopsis: Dependent map that uses semigroup mappend
tested-with:
GHC ==8.6.5 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
library
exposed-modules: Data.Dependent.Map.Monoidal
build-depends:
aeson >=1.4 && <2.3
, base >=4.9 && <4.21
, constraints >=0.10.1 && <0.15
, constraints-extras >=0.3.0 && <0.5
, dependent-map >=0.4 && <0.5
, dependent-sum >=0.7 && <0.8
, dependent-sum-aeson-orphans >=0.3 && <0.4
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/obsidiansystems/dependent-monoidal-map