nixpkgs/pkgs/development/libraries/haskell/streamproc/default.nix
Peter Simons c6ba9c4d96 streamproc: updated build instructions with cabal2nix
svn path=/nixpkgs/trunk/; revision=28176
2011-08-05 18:02:08 +00:00

14 lines
349 B
Nix
Executable file

{cabal}:
cabal.mkDerivation (self : {
pname = "streamproc";
version = "1.4";
sha256 = "fbff569d7b294850998e9a6b6a14bf81484b1adb312801ea15d1d890faff12cf";
propagatedBuildInputs = [];
meta = {
homepage = "http://gitorious.org/streamproc";
description = "Stream Processer Arrow";
license = self.stdenv.lib.licenses.bsd3;
};
})