summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-16 17:27:22 +0200
committerPeter Simons <simons@cryp.to>2014-08-17 00:20:13 +0200
commite6628b04e607873ba087d30c9f4c04cefe8410b0 (patch)
tree995f8990f27c3e08a52f0377c40e4f6f68ce08ad /pkgs/development
parent15919f23b97bcc017bd2122e70136fdbdf150948 (diff)
downloadnixpkgs-e6628b04e607873ba087d30c9f4c04cefe8410b0.tar
nixpkgs-e6628b04e607873ba087d30c9f4c04cefe8410b0.tar.gz
nixpkgs-e6628b04e607873ba087d30c9f4c04cefe8410b0.tar.bz2
nixpkgs-e6628b04e607873ba087d30c9f4c04cefe8410b0.tar.lz
nixpkgs-e6628b04e607873ba087d30c9f4c04cefe8410b0.tar.xz
nixpkgs-e6628b04e607873ba087d30c9f4c04cefe8410b0.tar.zst
nixpkgs-e6628b04e607873ba087d30c9f4c04cefe8410b0.zip
haskell-texmath: update to version 0.8
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/texmath/default.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/texmath/default.nix b/pkgs/development/libraries/haskell/texmath/default.nix
index 725b029d463..fdcc5a6af3b 100644
--- a/pkgs/development/libraries/haskell/texmath/default.nix
+++ b/pkgs/development/libraries/haskell/texmath/default.nix
@@ -1,17 +1,20 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, pandocTypes, parsec, syb, xml }:
+{ cabal, filepath, mtl, pandocTypes, parsec, split, syb, temporary
+, text, utf8String, xml
+}:
 
 cabal.mkDerivation (self: {
   pname = "texmath";
-  version = "0.6.6.3";
-  sha256 = "1sly6acnb4299wd8380fkgnb7lzjrwml5lljyv73si84b3v0bnw2";
+  version = "0.8";
+  sha256 = "1j0i9594fqhl2fzxyndyy6fvrpaqdarq817pxdar0hmccy55b7gb";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ pandocTypes parsec syb xml ];
+  buildDepends = [ mtl pandocTypes parsec syb xml ];
+  testDepends = [ filepath split temporary text utf8String xml ];
   meta = {
     homepage = "http://github.com/jgm/texmath";
-    description = "Conversion of LaTeX math formulas to MathML or OMML";
+    description = "Conversion between formats used to represent mathematics";
     license = "GPL";
     platforms = self.ghc.meta.platforms;
   };