packages feed

haskell-gi 0.22.0 → 0.22.1

raw patch · 2 files changed

+2/−5 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

haskell-gi.cabal view
@@ -1,5 +1,5 @@ name:                haskell-gi-version:             0.22.0+version:             0.22.1 synopsis:            Generate Haskell bindings for GObject Introspection capable libraries description:         Generate Haskell bindings for GObject Introspection capable libraries. This includes most notably                      Gtk+, but many other libraries in the GObject ecosystem provide introspection data too.
lib/Data/GI/CodeGen/CabalHooks.hs view
@@ -79,10 +79,7 @@       cL' = ((fromJust . condLibrary) gpd) {condTreeData = ctd'}       gpd' = gpd {condLibrary = Just cL'} -  alreadyDone <- doesFileExist (fromMaybe "" outputDir-                                </> "GI" </> T.unpack (ucFirst name) <.> "hs")-  when (not alreadyDone) $ do-    void $ writeModuleTree verbosity outputDir m+  void $ writeModuleTree verbosity outputDir m    lbi <- defaultConfHook (gpd', hbi) flags