nixpkgs/pkgs/development/libraries/haskell/monad-extras/default.nix
2014-08-04 16:52:28 +02:00

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;
};
})