Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ cabal }:
|
||||
{ cabal, Cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "utf8-light";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1y2vfxjgq8r90bpaxhha0s837vklpwdj4cj3h61bimc0lcx22905";
|
||||
buildDepends = [ Cabal ];
|
||||
meta = {
|
||||
description = "Unicode";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user