packages feed

void-0.2: void.cabal

name:          void
category:      Data Structures
version:       0.2
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     portable
homepage:      http://github.com/ekmett/void
copyright:     Copyright (C) 2008-2011 Edward A. Kmett
synopsis:      A Haskell 98 logically uninhabited data type
description:   A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist.
build-type:    Simple

source-repository head
  type: git
  location: git://github.com/ekmett/void.git

library
  build-depends: base >= 3 && < 10
  exposed-modules: Data.Void
  ghc-options: -Wall