2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-11-26 10:50:34 +00:00
|
|
|
{ cabal, mtl, transformers }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "statestack";
|
2014-06-03 10:36:04 +01:00
|
|
|
version = "0.2.0.3";
|
|
|
|
sha256 = "0w5vw8jmnwbfyma4a3ggdm9jvxf3c18kpwbvcmvr5szifaqv9sgx";
|
2013-11-26 10:50:34 +00:00
|
|
|
buildDepends = [ mtl transformers ];
|
|
|
|
meta = {
|
|
|
|
description = "Simple State-like monad transformer with saveable and restorable state";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|