nixpkgs/pkgs/development/libraries/haskell/primitive/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
302 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "primitive";
version = "0.3.1";
sha256 = "1903hx88ax4dgyyx00a0k86jy4mkqrprpn7arfy19dqqyfpb2ikj";
meta = {
description = "Wrappers for primitive operations";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})