cabal-version: >= 1.10 name: spork version: 0.4.0 license: BSD3 license-file: LICENSE author: Matt Morrow, Dan Peebles, Liyang HU, Kiara Grouwstra maintainer: Kiara Grouwstra stability: experimental category: Error handling homepage: https://github.com/tycho01/spork bug-reports: https://github.com/tycho01/spork/issues synopsis: Catch errors from pure computations in a Maybe/Either copyright: 2009 Matt Morrow & Dan Peebles, 2013 Liyang HU, 2020 Kiara Grouwstra description: Takes an error-throwing expression and puts it back in the Maybe/Either it belongs in. . This package is a fork of . . Note that this currently suffers from the problem. Buyer beware. build-type: Simple library default-language: Haskell2010 build-depends: base >= 4 && < 5, deepseq >= 1 && < 2 exposed-modules: Control.Spoon Control.Spork ghc-options: -Wall