Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user