File: force-overloading

package info (click to toggle)
haskell-haskell-gi 0.26.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: haskell: 8,617; ansic: 74; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/lib/Data/GI/CodeGen/Code.hs
===================================================================
--- a/lib/Data/GI/CodeGen/Code.hs
+++ b/lib/Data/GI/CodeGen/Code.hs
@@ -873,7 +873,7 @@ ghcOptions opts = "{-# OPTIONS_GHC " <>
 -- | Generate some convenience CPP macros.
 cppMacros :: Text
 cppMacros = T.unlines
-  ["#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))"
+  ["#if !defined(__HADDOCK_VERSION__)"
   , "#define ENABLE_OVERLOADING"
   , "#endif"]