name: dependent-sum-aeson-orphans version: 0.2.0.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 and DMap library exposed-modules: Data.Dependent.Sum.Orphans build-depends: base >=4.9 && <4.12 , aeson >= 1.2 && <1.5 , dependent-map , dependent-sum , constraints , constraints-extras hs-source-dirs: src default-language: Haskell2010