aboutsummaryrefslogtreecommitdiff
path: root/libraries/haskell-texmath/texmath-utf8.patch
diff options
context:
space:
mode:
authorPeter Wang <novalazy@gmail.com>2010-08-14 15:37:32 -0400
committerdsomero <xgizzmo@slackbuilds.org>2010-08-14 15:37:32 -0400
commit576d0894611c5a68470cff91c445487c832fb60c (patch)
treef1877605a0dbb3415c3c3957f0b9a1493344730b /libraries/haskell-texmath/texmath-utf8.patch
parentadead74991c3b1bc2fba0f3bb37f99ccc784f4a8 (diff)
downloadslackbuilds-576d0894611c5a68470cff91c445487c832fb60c.tar.xz
libraries/haskell-texmath: Added (LaTeX math formulas to MathML)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/haskell-texmath/texmath-utf8.patch')
-rw-r--r--libraries/haskell-texmath/texmath-utf8.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/libraries/haskell-texmath/texmath-utf8.patch b/libraries/haskell-texmath/texmath-utf8.patch
new file mode 100644
index 000000000000..ab5fcf2bf0fb
--- /dev/null
+++ b/libraries/haskell-texmath/texmath-utf8.patch
@@ -0,0 +1,28 @@
+From: John MacFarlane <jgm@berkeley.edu>
+Date: Thu, 22 Jul 2010 19:11:14 -0700
+Subject: [PATCH] Put utf8-string dependency in right place.
+
+---
+ texmath.cabal | 3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/texmath.cabal b/texmath.cabal
+index f14d7dc..ad83d05 100644
+--- a/texmath.cabal
++++ b/texmath.cabal
+@@ -77,11 +77,10 @@ Executable testTeXMathML
+
+ Executable texmath-cgi
+ Main-is: cgi/texmath-cgi.hs
+- Build-depends: utf8-string
+ Ghc-Options: -Wall -fno-warn-unused-do-bind
+ Ghc-Prof-Options: -auto-all
+ if flag(cgi)
+ Buildable: True
+- Build-depends: cgi, json
++ Build-depends: cgi, json, utf8-string
+ else
+ Buildable: False
+--
+1.7.1
+