summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/monadlib/default.nix
blob: bdb12c483b673a0e6ae26eb8428db1fbf4310db8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "monadLib";
  version = "3.7.3";
  sha256 = "17m9rj6spr5n9jlhwwvk8p40yrpwgz3j9kj3pjq7mpyrc1ssfd0q";
  meta = {
    homepage = "http://wiki.github.com/yav/monadlib";
    description = "A collection of monad transformers";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ thoughtpolice ];
  };
})