Loading p/haskell-haskell-gi/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-haskell-gi (0.21.4-2) unstable; urgency=medium * Force overloading on (except for haddocks). -- Clint Adams <clint@debian.org> Sat, 24 Nov 2018 20:29:18 -0500 haskell-haskell-gi (0.21.4-1) unstable; urgency=low * Initial release Loading p/haskell-haskell-gi/debian/patches/force-overloading 0 → 100644 +14 −0 Original line number Diff line number Diff line --- a/lib/Data/GI/CodeGen/Code.hs +++ b/lib/Data/GI/CodeGen/Code.hs @@ -789,9 +789,9 @@ -- | Generate some convenience CPP macros. cppMacros :: Text -cppMacros = T.unlines ["#define ENABLE_OVERLOADING (MIN_VERSION_haskell_gi_overloading(1,0,0) \\" +cppMacros = T.unlines ["#define ENABLE_OVERLOADING \\" -- Haddocks look better without overloading - , " && !defined(__HADDOCK_VERSION__))" + , " !defined(__HADDOCK_VERSION__))" ] -- | Standard fields for every module. p/haskell-haskell-gi/debian/patches/series +1 −0 Original line number Diff line number Diff line fix-doctests force-overloading Loading
p/haskell-haskell-gi/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-haskell-gi (0.21.4-2) unstable; urgency=medium * Force overloading on (except for haddocks). -- Clint Adams <clint@debian.org> Sat, 24 Nov 2018 20:29:18 -0500 haskell-haskell-gi (0.21.4-1) unstable; urgency=low * Initial release Loading
p/haskell-haskell-gi/debian/patches/force-overloading 0 → 100644 +14 −0 Original line number Diff line number Diff line --- a/lib/Data/GI/CodeGen/Code.hs +++ b/lib/Data/GI/CodeGen/Code.hs @@ -789,9 +789,9 @@ -- | Generate some convenience CPP macros. cppMacros :: Text -cppMacros = T.unlines ["#define ENABLE_OVERLOADING (MIN_VERSION_haskell_gi_overloading(1,0,0) \\" +cppMacros = T.unlines ["#define ENABLE_OVERLOADING \\" -- Haddocks look better without overloading - , " && !defined(__HADDOCK_VERSION__))" + , " !defined(__HADDOCK_VERSION__))" ] -- | Standard fields for every module.
p/haskell-haskell-gi/debian/patches/series +1 −0 Original line number Diff line number Diff line fix-doctests force-overloading