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, utf8String }:
|
||||
{ cabal, Cabal, utf8String }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "url";
|
||||
version = "2.1.2";
|
||||
sha256 = "2cf5c4296418afe3940ae4de66d867897b1382cc4d37a0b9a5ccffa16743ef91";
|
||||
buildDepends = [ utf8String ];
|
||||
buildDepends = [ Cabal utf8String ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Url";
|
||||
description = "A library for working with URLs";
|
||||
|
||||
Reference in New Issue
Block a user