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 = "compact-string-fix";
|
||||
version = "0.3.2";
|
||||
sha256 = "161z0lmrrqvy77ppdgz7m6nazcmlmy1azxa8rx0cgpqmyxzkf87n";
|
||||
buildDepends = [ Cabal ];
|
||||
meta = {
|
||||
homepage = "http://twan.home.fmf.nl/compact-string/";
|
||||
description = "Same as compact-string except with a small fix so it builds on ghc-6.12";
|
||||
|
||||
Reference in New Issue
Block a user