summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/monad-extras/default.nix
blob: 0b655689dc441f48496304ae90bdc141120c7b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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;
  };
})