nixpkgs/pkgs/development/libraries/haskell/threadmanager/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

14 lines
309 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "threadmanager";
version = "0.1.3";
sha256 = "22ca45d7e32518736abb9cde6d2d14163128888769fc02bbc2641fd97318a15a";
meta = {
description = "Simple thread management";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})