-- | Build configuration for the binding. module GI.GLib.PkgInfo (pkgConfigVersions, flags) where import Prelude (String, Bool(..)) -- | Versions of the pkg-config dependencies. pkgConfigVersions :: [(String, String)] pkgConfigVersions = [("glib-2.0","2.54.2")] -- | Cabal flags set when building the module. flags :: [(String, Bool)] flags = [("enable-overloading",True)]