Loading p/haskell-haskell-gi/debian/changelog +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). Loading p/haskell-haskell-gi/debian/patches/force-overloading +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
p/haskell-haskell-gi/debian/changelog +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). Loading
p/haskell-haskell-gi/debian/patches/force-overloading +1 −1 Original line number Diff line number Diff line Loading @@ -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.