nanovg 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- nanovg.cabal +3/−3
nanovg.cabal view
@@ -1,8 +1,8 @@ name: nanovg-version: 0.1.0.1+version: 0.1.0.2 synopsis: Haskell bindings for nanovg description: Raw bindings to the OpenGL vector graphics library NanoVG-homepage: https://github.com/cocreature/haskell-nanovg+homepage: https://github.com/cocreature/nanovg-hs license: ISC license-file: LICENSE author: Moritz Kiefer@@ -14,7 +14,7 @@ cabal-version: >=1.10 source-repository head type: git- location: https://github.com/cocreature/nanovg+ location: https://github.com/cocreature/nanovg-hs library