Regenerated all Haskell packages with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
Peter Simons
2012-02-14 17:00:37 +00:00
parent 844d950d13
commit ac69747aa8
563 changed files with 1383 additions and 1119 deletions

View File

@@ -1,10 +1,10 @@
{ cabal, binary, extensibleExceptions, network }:
{ cabal, binary, Cabal, extensibleExceptions, network }:
cabal.mkDerivation (self: {
pname = "hspread";
version = "0.3.3";
sha256 = "6e8a9ecc1a6b1cc767aa188e2f4c04b77b321fd14000cac8f71dd6a7b82afbfc";
buildDepends = [ binary extensibleExceptions network ];
buildDepends = [ binary Cabal extensibleExceptions network ];
meta = {
description = "A client library for the spread toolkit";
license = self.stdenv.lib.licenses.bsd3;