summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tabular/default.nix
blob: 57f91bcd728a86a2fd5ae68f691710fe70134576 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, csv, html, mtl }:

cabal.mkDerivation (self: {
  pname = "tabular";
  version = "0.2.2.5";
  sha256 = "00d1f8yr7kbg30ziv09pb8f4apcvrfb6izb26my1s97kw9ixa740";
  buildDepends = [ csv html mtl ];
  jailbreak = true;
  meta = {
    homepage = "http://hub.darcs.net/kowey/tabular";
    description = "Two-dimensional data tables with rendering functions";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})