packages feed

gi-notify 0.7.4 → 0.7.5

raw patch · 3 files changed

+13/−2 lines, 3 filessetup-changed

Files

+ Notify.overrides view
@@ -0,0 +1,8 @@+namespace Notify++# Generated from libnotify 0.7.6 with xsltproc Nullable.xslt Notify-0.7.gir+set-attr Notify/Notification/new/@parameters/body nullable 1+set-attr Notify/Notification/new/@parameters/icon nullable 1+set-attr Notify/Notification/set_hint/@parameters/value nullable 1+set-attr Notify/Notification/update/@parameters/body nullable 1+set-attr Notify/Notification/update/@parameters/icon nullable 1
Setup.hs view
@@ -6,6 +6,6 @@ main = setupHaskellGIBinding name version verbose overridesFile outputDir   where name = "Notify"         version = "0.7"-        overridesFile = Nothing+        overridesFile = Just "Notify.overrides"         verbose = False         outputDir = Nothing
gi-notify.cabal view
@@ -1,5 +1,5 @@ name:                 gi-notify-version:              0.7.4+version:              0.7.5 synopsis:             Libnotify bindings description:          Bindings for Libnotify, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -11,8 +11,11 @@ build-type:           Custom cabal-version:        >= 1.24 +extra-source-files: Notify.overrides+ custom-setup       setup-depends: base >= 4.7 && < 5,+                     Cabal >= 1.24,                      haskell-gi >= 0.17.3 && < 1  library