packages feed

decidable-0.1.0.0: decidable.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: fa635fe6f55a295cab015d273dc723b843bac34ddd35415b9495c1c9306ba671

name:           decidable
version:        0.1.0.0
synopsis:       Combinators for manipulating dependently-typed predicates.
description:    Please see the README on GitHub at <https://github.com/mstksg/decidable#readme>
category:       Dependent Types
homepage:       https://github.com/mstksg/decidable#readme
bug-reports:    https://github.com/mstksg/decidable/issues
author:         Justin Le
maintainer:     justin@jle.im
copyright:      (c) Justin Le 2018
license:        BSD3
license-file:   LICENSE
tested-with:    GHC >= 8.4 && < 8.8
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/mstksg/decidable

library
  exposed-modules:
      Data.Type.Predicate
      Data.Type.Predicate.Logic
      Data.Type.Predicate.Param
      Data.Type.Predicate.Quantification
      Data.Type.Universe
      Data.Type.Universe.Subset
  other-modules:
      Paths_decidable
  hs-source-dirs:
      src
  ghc-options: -Wall -Wredundant-constraints
  build-depends:
      base >=4.11 && <5
    , singletons >=2.4
  default-language: Haskell2010