gi-notify 0.7.9 → 0.7.10
raw patch · 3 files changed
+12/−2 lines, 3 filesdep +haskell-gi
Dependencies added: haskell-gi
Files
- README.md +4/−0
- gi-notify.cabal +3/−2
- stack.yaml +5/−0
+ README.md view
@@ -0,0 +1,4 @@+# Documentation+Autogenerated documentation for this package can be found at++https://hackage.haskell.org/package/gi-notify-0.7.10/docs/GI-Notify.html
gi-notify.cabal view
@@ -1,5 +1,5 @@ name: gi-notify-version: 0.7.9+version: 0.7.10 synopsis: Libnotify bindings description: Bindings for Libnotify, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -11,7 +11,7 @@ build-type: Custom cabal-version: >= 1.24 -extra-source-files: Notify.overrides+extra-source-files: README.md stack.yaml Notify.overrides custom-setup setup-depends: base >= 4.7 && < 5,@@ -36,6 +36,7 @@ pkgconfig-depends: libnotify >= 0.7 && < 1 build-depends: base >= 4.7 && <5, haskell-gi-base >= 0.20 && < 1,+ haskell-gi >= 0.20 && < 1, gi-gdkpixbuf == 2.0.*, gi-gobject == 2.0.*, gi-glib == 2.0.*,
+ stack.yaml view
@@ -0,0 +1,5 @@+packages:+- '.'+explicit-setup-deps:+ ! '*': true+resolver: nightly-2016-12-05