packages feed

hoppy-docs 0.4.0 → 0.5.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~hoppy-generatordep ~hoppy-runtimePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hoppy-generator, hoppy-runtime

API changes (from Hackage documentation)

Files

hoppy-docs.cabal view
@@ -1,5 +1,5 @@ name: hoppy-docs-version: 0.4.0+version: 0.5.0 synopsis: C++ FFI generator - Documentation homepage: http://khumba.net/projects/hoppy license: AGPL-3@@ -21,8 +21,8 @@   build-depends:       base >=4.7 && <5     , haskell-src >=1.0 && <1.1-    , hoppy-generator >=0.4 && <0.5-    , hoppy-runtime >=0.4 && <0.5+    , hoppy-generator >=0.5 && <0.6+    , hoppy-runtime >=0.5 && <0.6   hs-source-dirs: src   ghc-options: -W -fwarn-incomplete-patterns -fwarn-unused-do-bind   default-language: Haskell2010