diff options
author | Peter Wang <novalazy@gmail.com> | 2011-09-07 23:10:37 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-21 19:48:31 -0300 |
commit | 9c0d285a6e77e659181ee1d2f922da1500db855a (patch) | |
tree | a86768746644210e4e5fb290c9897fad8a83e68b /haskell/haskell-texmath/texmath-utf8.patch | |
parent | 86dd561d161d48087c426476f6161d009a63e4ed (diff) | |
download | slackbuilds-9c0d285a6e77e659181ee1d2f922da1500db855a.tar.gz |
haskell/haskell-texmath: Updated for version 0.5.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-texmath/texmath-utf8.patch')
-rw-r--r-- | haskell/haskell-texmath/texmath-utf8.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/haskell/haskell-texmath/texmath-utf8.patch b/haskell/haskell-texmath/texmath-utf8.patch deleted file mode 100644 index ab5fcf2bf0..0000000000 --- a/haskell/haskell-texmath/texmath-utf8.patch +++ /dev/null @@ -1,28 +0,0 @@ -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 - |