name: dependent-sum-aeson-orphans
version: 0.2.1.0
license: BSD3
license-file: LICENSE
author: Obsidian Systems
maintainer: maintainer@obsidian.systems
copyright: 2018 Obsidian Systems LLC
build-type: Simple
cabal-version: >=1.10
description: JSON instances for DSum, DMap, and Some.
synopsis: JSON instances for DSum, DMap, and Some
category: json
tested-with:
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5
library
exposed-modules: Data.Dependent.Sum.Orphans
build-depends:
base >=4.9 && <4.13,
aeson >= 1.2 && <1.5,
constraints >= 0.10.1 && < 0.11,
constraints-extras >= 0.3.0 && < 0.4,
dependent-map >= 0.3 && < 0.4,
dependent-sum >= 0.6.1 && < 0.7
hs-source-dirs: src
default-language: Haskell2010