packages feed

hoppy-docs 0.7.0 → 0.8.0

raw patch · 3 files changed

+7/−7 lines, 3 filesdep ~hoppy-generatordep ~hoppy-runtimesetup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hoppy-generator, hoppy-runtime

API changes (from Hackage documentation)

Files

Setup.hs view
@@ -1,6 +1,6 @@ -- This file is part of Hoppy. ----- Copyright 2015-2019 Bryan Gardiner <bog@khumba.net>+-- Copyright 2015-2021 Bryan Gardiner <bog@khumba.net> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by
hoppy-docs.cabal view
@@ -1,15 +1,15 @@ name: hoppy-docs-version: 0.7.0+version: 0.8.0 synopsis: C++ FFI generator - Documentation homepage: http://khumba.net/projects/hoppy license: AGPL-3 license-file: LICENSE author: Bryan Gardiner <bog@khumba.net> maintainer: Bryan Gardiner <bog@khumba.net>-copyright: Copyright 2015-2019 Bryan Gardiner+copyright: Copyright 2015-2021 Bryan Gardiner category: Foreign build-type: Simple-cabal-version: >=1.10+cabal-version: 1.24 description:     Hoppy generates Haskell bindings to C++ libraries.     .@@ -21,8 +21,8 @@   build-depends:       base >=4.7 && <5     , haskell-src >=1.0 && <1.1-    , hoppy-generator >=0.7 && <0.8-    , hoppy-runtime >=0.7 && <0.8+    , hoppy-generator >=0.8 && <0.9+    , hoppy-runtime >=0.8 && <0.9   hs-source-dirs: src   ghc-options: -W -fwarn-incomplete-patterns -fwarn-unused-do-bind   default-language: Haskell2010
src/Foreign/Hoppy/Documentation/UsersGuide.hs view
@@ -1,6 +1,6 @@ -- This file is part of Hoppy. ----- Copyright 2015-2019 Bryan Gardiner <bog@khumba.net>+-- Copyright 2015-2021 Bryan Gardiner <bog@khumba.net> -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by