packages feed

quantification-aeson-0.8: quantification-aeson.cabal

cabal-version: 2.4
name: quantification-aeson
version: 0.8
synopsis: Rage against the quantification - integration with Aeson
description: Data types and typeclasses to deal with universally and existentially quantified types
homepage: https://github.com/andrewthad/quantification#readme
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin, Marseille Bouchard
maintainer: andrew.thaddeus@gmail.com
copyright: 2018 Andrew Martin
category: Web
build-type: Simple

library
  hs-source-dirs: src
  exposed-modules:
    Data.Exists.Aeson
  build-depends:
    , aeson >= 2.2 && < 2.3
    , base >= 4.11.1 && < 5
    , containers >= 0.5 && < 0.7
    , quantification >=0.8 && <0.9
    , unordered-containers >= 0.2 && < 0.3
    , vector >= 0.11 && < 0.14
  default-language: Haskell2010
  ghc-options: -O2 -Wall

source-repository head
  type:     git
  location: https://github.com/andrewthad/quantification