20 lines
602 B
Nix
20 lines
602 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, mmorph, monadControl, stm, transformers, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "monad-extras";
|
|
version = "0.5.9";
|
|
sha256 = "1y24yz635brllfygia1mbln4d8xiwb0pq0izh5pil7511gijhs0s";
|
|
buildDepends = [
|
|
mmorph monadControl stm transformers transformersBase
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/jwiegley/monad-extras";
|
|
description = "Extra utility functions for working with monads";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|