packages feed

acme-dont-1.0: acme-dont.cabal

Name: acme-dont
Version: 1.0
Stability: stable
Exposed-modules: Acme.Dont
Build-type: Simple
License: BSD3
License-File: COPYRIGHT
Copyright: 2009, Gracjan Polak
Author: Gracjan Polak <gracjanpolak@gmail.com>
Maintainer: Gracjan Polak <gracjanpolak@gmail.com>
Synopsis: A don't construct
Description:
    The Acme.Dont module provides a don't command, which is the
    opposite of Haskell's built-in do.  It is used exactly like the do
    monadic construct except that, instead of executing the block it
    controls, it... well... doesn't.
Category: Acme
Build-depends: base<1000000
Hs-source-dirs: .