aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-texmath/files/patch-texmath.cabal
blob: f598a4505bc7b22b11f4d75a630409d3e1a35e25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- ./texmath.cabal.orig    2010-07-23 00:04:31.000000000 +0200
+++ ./texmath.cabal 2010-07-29 13:52:06.000000000 +0200
@@ -63,12 +63,12 @@
       Build-depends: base >= 3 && < 4
     Exposed-modules:     Text.TeXMath, Text.TeXMath.Parser, Text.TeXMath.MathMLWriter
 
-    Ghc-Options:         -Wall -fno-warn-unused-do-bind
+    Ghc-Options:         -Wall
     Ghc-Prof-Options:    -auto-all
 
 Executable testTeXMathML
     Main-is:             testTeXMathML.hs
-    Ghc-Options:         -Wall -fno-warn-unused-do-bind
+    Ghc-Options:         -Wall
     Ghc-Prof-Options:    -auto-all
     if flag(test)
       Buildable:         True
@@ -78,7 +78,7 @@
 Executable texmath-cgi
     Main-is:             cgi/texmath-cgi.hs
     Build-depends:       utf8-string
-    Ghc-Options:         -Wall -fno-warn-unused-do-bind
+    Ghc-Options:         -Wall
     Ghc-Prof-Options:    -auto-all
     if flag(cgi)
       Buildable:         True