summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/texmath/default.nix
blob: fdcc5a6af3bcabaddc6f06422acaeeaa346257d2 (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, filepath, mtl, pandocTypes, parsec, split, syb, temporary
, text, utf8String, xml
}:

cabal.mkDerivation (self: {
  pname = "texmath";
  version = "0.8";
  sha256 = "1j0i9594fqhl2fzxyndyy6fvrpaqdarq817pxdar0hmccy55b7gb";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ mtl pandocTypes parsec syb xml ];
  testDepends = [ filepath split temporary text utf8String xml ];
  meta = {
    homepage = "http://github.com/jgm/texmath";
    description = "Conversion between formats used to represent mathematics";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})