singleton-bool-0.1.0.0: singleton-bool.cabal
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: singleton-bool
version: 0.1.0.0
synopsis: Type level booleans
description: Type level booleans.
.
@singletons@ package provides similar functionality,
but it has tight dependency constraints.
category: Web
homepage: https://github.com/phadej/singleton-bool#readme
bug-reports: https://github.com/phadej/singleton-bool/issues
author: Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
license: BSD3
license-file: LICENSE
tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/phadej/singleton-bool
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.5 && <4.10
exposed-modules:
Data.Singletons.Bool
default-language: Haskell2010