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, csv, html, mtl }:
|
||||
{ cabal, Cabal, csv, html, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tabular";
|
||||
version = "0.2.2.3";
|
||||
sha256 = "cf6d9f1928ec6981edcbb06c4dcbaea7a96deef5272192ad4290caa18711ea76";
|
||||
buildDepends = [ csv html mtl ];
|
||||
buildDepends = [ Cabal csv html mtl ];
|
||||
meta = {
|
||||
homepage = "http://patch-tag.com/r/kowey/tabular";
|
||||
description = "Two-dimensional data tables with rendering functions";
|
||||
|
||||
Reference in New Issue
Block a user