cabal-version: >=1.10 name: dec version: 0.0.3 synopsis: Decidable propositions. category: Data, Dependent Types description: This package provides a @Dec@ type. . @ type Not a = a -> Void . data Dec a \ = Yes a \ | No (Not a) @ homepage: https://github.com/phadej/vec bug-reports: https://github.com/phadej/vec/issues license: BSD3 license-file: LICENSE author: Oleg Grenrus maintainer: Oleg.Grenrus copyright: (c) 2019 Oleg Grenrus build-type: Simple extra-source-files: ChangeLog.md tested-with: GHC ==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 source-repository head type: git location: https://github.com/phadej/vec.git library exposed-modules: Data.Type.Dec build-depends: base >=4.7 && <4.13 if !impl(ghc >=7.10) build-depends: void >=0.7.2 && <0.8 ghc-options: -Wall -fprint-explicit-kinds hs-source-dirs: src default-language: Haskell2010