[Git][haskell-team/DHG_packages][master] haskell-gi: add missing parenthesis

Clint Adams gitlab at salsa.debian.org
Sun Nov 25 14:39:16 GMT 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
52f968bb by Clint Adams at 2018-11-25T14:38:29Z
haskell-gi: add missing parenthesis

- - - - -


2 changed files:

- p/haskell-haskell-gi/debian/changelog
- p/haskell-haskell-gi/debian/patches/force-overloading


Changes:

=====================================
p/haskell-haskell-gi/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-haskell-gi (0.21.4-3) unstable; urgency=medium
+
+  * Add missing parenthesis.
+
+ -- Clint Adams <clint at 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).


=====================================
p/haskell-haskell-gi/debian/patches/force-overloading
=====================================
@@ -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.



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/52f968bbedd101f98cac7b577087a94aac79ea45

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/52f968bbedd101f98cac7b577087a94aac79ea45
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181125/b002d488/attachment.html>


More information about the Pkg-haskell-commits mailing list