16 lines
386 B
Nix
16 lines
386 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, mtl }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "monad-supply";
|
|
version = "0.5";
|
|
sha256 = "1f4l7sh0p7cxlg3wr5agpflycl4g9zh8chc4bilzglwx3xffbqqp";
|
|
buildDepends = [ mtl ];
|
|
meta = {
|
|
description = "Stateful supply monad";
|
|
license = "unknown";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|