2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-01 10:19:40 +00:00
|
|
|
{ cabal, deepseq }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "spoon";
|
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "1m41k0mfy6fpfrv2ym4m5jsjaj9xdfl2iqpppd3c4d0fffv51cxr";
|
|
|
|
buildDepends = [ deepseq ];
|
|
|
|
meta = {
|
|
|
|
description = "Catch errors thrown from pure computations";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|