Commit 52f968bb authored by Clint Adams's avatar Clint Adams
Browse files

haskell-gi: add missing parenthesis

parent c97b7284
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-haskell-gi (0.21.4-3) unstable; urgency=medium

  * Add missing parenthesis.

 -- Clint Adams <clint@debian.org>  Sun, 25 Nov 2018 09:38:11 -0500

haskell-haskell-gi (0.21.4-2) unstable; urgency=medium

  * Force overloading on (except for haddocks).
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
+cppMacros = T.unlines ["#define ENABLE_OVERLOADING \\"
                       -- Haddocks look better without overloading
-                      , "       && !defined(__HADDOCK_VERSION__))"
+                      , "       !defined(__HADDOCK_VERSION__))"
+                      , "       (!defined(__HADDOCK_VERSION__))"
                       ]
 
 -- | Standard fields for every module.