From 6a511b1c665a1f7efecadaa3447af889b1dcba58 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 16 Mar 2011 01:20:14 -0500 Subject: haskell/*: Moved all of the Haskell stuff to here Signed-off-by: Robby Workman --- haskell/haskell-texmath/texmath-utf8.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 haskell/haskell-texmath/texmath-utf8.patch (limited to 'haskell/haskell-texmath/texmath-utf8.patch') diff --git a/haskell/haskell-texmath/texmath-utf8.patch b/haskell/haskell-texmath/texmath-utf8.patch new file mode 100644 index 0000000000000..ab5fcf2bf0fb5 --- /dev/null +++ b/haskell/haskell-texmath/texmath-utf8.patch @@ -0,0 +1,28 @@ +From: John MacFarlane +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 + -- cgit v1.2.3