packages feed

hslua-module-version 1.0.1 → 1.0.2

raw patch · 2 files changed

+11/−4 lines, 2 filesdep ~hslua-coredep ~hslua-marshallingdep ~hslua-packagingPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hslua-core, hslua-marshalling, hslua-packaging

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,13 @@  `hslua-module-version` uses [PVP Versioning][]. +## hslua-module-version-1.0.2++Released 2022-02-19.++-   Relax upper bounds, allowing hslua-core-2.2.*,+    hslua-marshalling-2.2.\* and hslua-packaging-2.2.\*.+ ## hslua-module-version-1.0.1  -   Relaxed upper bound of hslua-core, hslua-marshalling, and
hslua-module-version.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                hslua-module-version-version:             1.0.1+version:             1.0.2 synopsis:            Lua module to work with version specifiers. description:         Wrapper for the Data.Version.Version Haskell type. homepage:            https://hslua.org/@@ -32,9 +32,9 @@ common common-options   build-depends:       base              >= 4.9.1  && < 5                      , filepath          >= 1.4    && < 1.5-                     , hslua-core        >= 2.0    && < 2.2-                     , hslua-marshalling >= 2.0    && < 2.2-                     , hslua-packaging   >= 2.1    && < 2.2+                     , hslua-core        >= 2.1    && < 2.3+                     , hslua-marshalling >= 2.1    && < 2.3+                     , hslua-packaging   >= 2.1    && < 2.3                      , text              >= 1.2    && < 2.1    ghc-options:         -Wall