Author: simons
Date: Fri Aug  5 18:02:08 2011
New Revision: 28176
URL: https://svn.nixos.org/websvn/nix/?rev=28176&sc=1

Log:
streamproc: updated build instructions with cabal2nix

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/streamproc/
   nixpkgs/trunk/pkgs/development/libraries/haskell/streamproc/default.nix   
(contents, props changed)

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/streamproc/default.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/streamproc/default.nix     
Fri Aug  5 18:02:08 2011        (r28176)
@@ -0,0 +1,13 @@
+{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;
+  };
+})
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to