packages feed

spoon-0.3: spoon.cabal

name:		      spoon
version:	    0.3
license:	    BSD3
license-file: LICENSE
author:		    Matt Morrow, Dan Peebles
maintainer:	  Dan Peebles <pumpkingod@gmail.com>
stability:	  experimental
category:	    Error handling
synopsis:	    Catch errors thrown from pure computations.
copyright:    2009 Matt Morrow & Dan Peebles
description:  Takes an error-throwing expression and puts it back in the Maybe it belongs in.
build-type:   Simple
cabal-version:>=1.2

library
  build-depends: 
    base >= 4 && < 5,
    deepseq >= 1
  exposed-modules:
    Control.Spoon
  ghc-options: -Wall