2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, csv, html, mtl }:
|
2011-08-03 18:51:19 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-03 18:51:19 +02:00
|
|
|
pname = "tabular";
|
2013-11-25 12:47:03 +01:00
|
|
|
version = "0.2.2.5";
|
|
|
|
sha256 = "00d1f8yr7kbg30ziv09pb8f4apcvrfb6izb26my1s97kw9ixa740";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ csv html mtl ];
|
2014-06-05 12:23:42 +02:00
|
|
|
jailbreak = true;
|
2011-08-03 18:51:19 +02:00
|
|
|
meta = {
|
2013-01-04 19:17:22 +01:00
|
|
|
homepage = "http://hub.darcs.net/kowey/tabular";
|
2011-08-10 01:00:20 +02:00
|
|
|
description = "Two-dimensional data tables with rendering functions";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-03 18:51:19 +02:00
|
|
|
};
|
|
|
|
})
|