Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ cabal, enumerator, transformers, zlibBindings }:
|
||||
{ cabal, Cabal, enumerator, transformers, zlibBindings }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "zlib-enum";
|
||||
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "0cnx7sbgj6s0gvq6pcqyi3xahx7x3bj47ap10z89qfbk0906rkq8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ enumerator transformers zlibBindings ];
|
||||
buildDepends = [ Cabal enumerator transformers zlibBindings ];
|
||||
meta = {
|
||||
homepage = "http://github.com/maltem/zlib-enum";
|
||||
description = "Enumerator interface for zlib compression";
|
||||
|
||||
Reference in New Issue
Block a user