libnotify 0.0.2.0 → 0.0.2.1
raw patch · 1 files changed
+7/−9 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- libnotify.cabal +7/−9
libnotify.cabal view
@@ -1,5 +1,5 @@ Name: libnotify-Version: 0.0.2.0+Version: 0.0.2.1 Description: Usable binding to libnotify library. License: MIT License-file: LICENSE@@ -12,15 +12,13 @@ Library Build-Depends: base >= 3 && < 5, bytestring, glib, gtk, mtl- Exposed-Modules: System.Libnotify, System.Libnotify.Internal, System.Libnotify.Server, System.Libnotify.Types- Pkgconfig-Depends: libnotify- GHC-options: -Wall+ Exposed-Modules: System.Libnotify+ System.Libnotify.Internal+ System.Libnotify.Server+ System.Libnotify.Types+ GHC-Options: -Wall+ Extra-Libraries: notify source-repository head type: git location: https://github.com/supki/haskell-libnotify--source-repository this- type: git- location: https://github.com/supki/haskell-libnotify- tag: v0.0.2.0