haskell-tabular: update to version 0.2.2.4
This commit is contained in:
parent
a2c2dddf76
commit
4ff7cdeec7
1 changed files with 3 additions and 4 deletions
|
@ -2,12 +2,11 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tabular";
|
pname = "tabular";
|
||||||
version = "0.2.2.3";
|
version = "0.2.2.4";
|
||||||
sha256 = "cf6d9f1928ec6981edcbb06c4dcbaea7a96deef5272192ad4290caa18711ea76";
|
sha256 = "103fqbypsgykv6z29jp1s75pd99vra9sfa70krcnlhbk9kbvdyjk";
|
||||||
buildDepends = [ csv html mtl ];
|
buildDepends = [ csv html mtl ];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://patch-tag.com/r/kowey/tabular";
|
homepage = "http://hub.darcs.net/kowey/tabular";
|
||||||
description = "Two-dimensional data tables with rendering functions";
|
description = "Two-dimensional data tables with rendering functions";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in a new issue