gtk2hs-buildtools 0.13.8.3 → 0.13.10.0
raw patch · 2 files changed
+4/−1 lines, 2 filesdep ~CabalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal
API changes (from Hackage documentation)
Files
- gtk2hs-buildtools.cabal +1/−1
- src/Gtk2HsSetup.hs +3/−0
gtk2hs-buildtools.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 Name: gtk2hs-buildtools-Version: 0.13.8.3+Version: 0.13.10.0 License: GPL-2.0-only License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team
src/Gtk2HsSetup.hs view
@@ -299,6 +299,9 @@ ourC2hs :: BuildInfo -> LocalBuildInfo -> PreProcessor ourC2hs bi lbi = PreProcessor { #endif+#if MIN_VERSION_Cabal(3,8,1)+ ppOrdering = \_ _ ms -> return ms,+#endif platformIndependent = False, runPreProcessor = runC2HS bi lbi }