cabal-version: 2.4
name: quantification
version: 0.7.0.1
synopsis: Rage against the quantification
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
maintainer: andrew.thaddeus@gmail.com
copyright: 2018 Andrew Martin
category: Web
build-type: Simple

library
  hs-source-dirs: src
  exposed-modules:
    Data.Binary.Lifted
    Data.Exists
    Data.Monoid.Lifted
  build-depends:
    , base >= 4.11.1 && < 5
    , binary >= 0.8 && < 0.11
    , hashable >= 1.4 && < 1.5
    , aeson >= 2.2 && < 2.3
    , text >= 1.0 && < 2.2
    , path-pieces >= 0.2 && < 0.3
    , vector >= 0.11 && < 0.14
    , containers >= 0.5 && < 0.7
    , unordered-containers >= 0.2 && < 0.3
  default-language: Haskell2010
  ghc-options: -O2 -Wall

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