File: force-overloading

package info (click to toggle)
haskell-haskell-gi 0.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 780 kB
  • sloc: haskell: 8,551; ansic: 74; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/Data/GI/CodeGen/Code.hs
+++ b/lib/Data/GI/CodeGen/Code.hs
@@ -854,7 +854,7 @@
 -- | 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"]