summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-12-24 13:51:37 +0100
committerPeter Simons <simons@cryp.to>2014-12-25 11:05:49 +0100
commit4e3380975723feb96f346827a154c173a2e65ab8 (patch)
tree2d1e54df54bd39df11a8a00d8085a7153afd400a /pkgs
parentc1bb62af69ac8f217fba3b44bfb9e73b66d56068 (diff)
downloadnixlib-4e3380975723feb96f346827a154c173a2e65ab8.tar
nixlib-4e3380975723feb96f346827a154c173a2e65ab8.tar.gz
nixlib-4e3380975723feb96f346827a154c173a2e65ab8.tar.bz2
nixlib-4e3380975723feb96f346827a154c173a2e65ab8.tar.lz
nixlib-4e3380975723feb96f346827a154c173a2e65ab8.tar.xz
nixlib-4e3380975723feb96f346827a154c173a2e65ab8.tar.zst
nixlib-4e3380975723feb96f346827a154c173a2e65ab8.zip
haskell-texmath: update to version 0.8.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/texmath/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/texmath/default.nix b/pkgs/development/libraries/haskell/texmath/default.nix
index fdcc5a6af3bc..f8bff923c6dd 100644
--- a/pkgs/development/libraries/haskell/texmath/default.nix
+++ b/pkgs/development/libraries/haskell/texmath/default.nix
@@ -1,16 +1,16 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, filepath, mtl, pandocTypes, parsec, split, syb, temporary
-, text, utf8String, xml
+{ cabal, filepath, mtl, networkUri, pandocTypes, parsec, split, syb
+, temporary, text, utf8String, xml
 }:
 
 cabal.mkDerivation (self: {
   pname = "texmath";
-  version = "0.8";
-  sha256 = "1j0i9594fqhl2fzxyndyy6fvrpaqdarq817pxdar0hmccy55b7gb";
+  version = "0.8.0.1";
+  sha256 = "1k68spamhqwq4afcd0283w731gq0k6j6jxbp5099y6bndh8ff9cn";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ mtl pandocTypes parsec syb xml ];
+  buildDepends = [ mtl networkUri pandocTypes parsec syb xml ];
   testDepends = [ filepath split temporary text utf8String xml ];
   meta = {
     homepage = "http://github.com/jgm/texmath";