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

12 lines
245 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "emgm";
version = "0.3.1";
sha256 = "956923ec4d51f111ca6091ebccf75a1f6b99d7a173ea673cbb4787bf08f497a8";
meta = {
description = "Extensible and Modular Generics for the Masses";
};
})