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, syb }:
|
||||
{ cabal, Cabal, syb }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hs-bibutils";
|
||||
version = "4.12";
|
||||
sha256 = "0akxi69as7k5c0955yla9wcl1xvcvgzpzy3p1jj781w1lf89p537";
|
||||
buildDepends = [ syb ];
|
||||
buildDepends = [ Cabal syb ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/hs-bibutils";
|
||||
description = "Haskell bindings to bibutils, the bibliography conversion utilities";
|
||||
|
||||
Reference in New Issue
Block a user