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

{ cabal, matrix, parsec, QuickCheck, tasty, tastyQuickcheck, text
, transformers, wlPprintExtras
}:

cabal.mkDerivation (self: {
  pname = "HaTeX";
  version = "3.16.0.0";
  sha256 = "16b3aaaahsy153dfii2lc1672kkm6i9mch5hmyf9229b17hhh5pa";
  buildDepends = [
    matrix parsec QuickCheck text transformers wlPprintExtras
  ];
  testDepends = [ QuickCheck tasty tastyQuickcheck text ];
  meta = {
    homepage = "http://wrongurl.net/haskell/HaTeX";
    description = "The Haskell LaTeX library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})