glib-stopgap 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+9/−8 lines, 1 filesdep ~c-enumdep ~primitivedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: c-enum, primitive, text
API changes (from Hackage documentation)
Files
- glib-stopgap.cabal +9/−8
glib-stopgap.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.2.+-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: glib-stopgap-version: 0.1.0.0+version: 0.1.0.1 synopsis: Stopgap package of binding for GLib description: Please see the README on GitHub at <https://github.com/githubuser/glib-stopgap#readme> category: System@@ -43,11 +43,12 @@ src pkgconfig-depends: glib-2.0+ , gobject-2.0 build-depends: base >=4.7 && <5- , c-enum- , primitive- , text+ , c-enum <1+ , primitive <1+ , text <3 default-language: Haskell2010 test-suite glib-stopgap-test@@ -60,8 +61,8 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5- , c-enum+ , c-enum <1 , glib-stopgap- , primitive- , text+ , primitive <1+ , text <3 default-language: Haskell2010