nixpkgs/pkgs/development/libraries/haskell/texmath/default.nix

22 lines
674 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-08-16 16:27:22 +01:00
{ cabal, filepath, mtl, pandocTypes, parsec, split, syb, temporary
, text, utf8String, xml
}:
cabal.mkDerivation (self: {
pname = "texmath";
2014-08-16 16:27:22 +01:00
version = "0.8";
sha256 = "1j0i9594fqhl2fzxyndyy6fvrpaqdarq817pxdar0hmccy55b7gb";
isLibrary = true;
isExecutable = true;
2014-08-16 16:27:22 +01:00
buildDepends = [ mtl pandocTypes parsec syb xml ];
testDepends = [ filepath split temporary text utf8String xml ];
meta = {
homepage = "http://github.com/jgm/texmath";
2014-08-16 16:27:22 +01:00
description = "Conversion between formats used to represent mathematics";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})