packages feed

Cabal revisions of spoon-0.3.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:           spoon-version:        0.3.1-license:        BSD3-license-file:   LICENSE-author:         Matt Morrow, Dan Peebles, Liyang HU-maintainer:     Liyang HU <spoon@liyang.hu>-stability:      experimental-category:       Error handling-synopsis:       Catch errors thrown from pure computations.-copyright:      2009 Matt Morrow & Dan Peebles, 2013 Liyang HU-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-+name:           spoon
+version:        0.3.1
+x-revision: 1
+license:        BSD3
+license-file:   LICENSE
+author:         Matt Morrow, Dan Peebles, Liyang HU
+maintainer:     Liyang HU <spoon@liyang.hu>
+stability:      experimental
+category:       Error handling
+synopsis:       Catch errors thrown from pure computations.
+copyright:      2009 Matt Morrow & Dan Peebles, 2013 Liyang HU
+description:
+    Takes an error-throwing expression and puts it back in the Maybe it belongs in.
+    .
+    Note that this suffers from the <https://ghc.haskell.org/trac/ghc/ticket/5902 asynchronous exceptions re-thrown as synchronous> problem. Buyer beware.
+build-type:     Simple
+cabal-version:  >= 1.2
+
+library
+  build-depends:
+    base >= 4 && < 5,
+    deepseq >= 1
+  exposed-modules:
+    Control.Spoon
+  ghc-options: -Wall
+