packages feed

hslua-module-text 1.1.0.1 → 1.1.1

raw patch · 4 files changed

+15/−7 lines, 4 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,12 @@  `hslua-module-text` uses [PVP Versioning][]. +## hslua-module-text-1.1.1++Released 2024-01-18.++-   Relaxed upper bound for text, allowing text-2.1.+ ## hslua-module-text-1.1.0.1  Released 2023-03-26.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2017-2023 Albert Krewinkel+Copyright (c) 2017-2024 Albert Krewinkel  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
hslua-module-text.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                hslua-module-text-version:             1.1.0.1+version:             1.1.1 synopsis:            Lua module for text description:         UTF-8 aware subset of Lua's `string` module.                      .@@ -13,7 +13,7 @@ license-file:        LICENSE author:              Albert Krewinkel maintainer:          tarleb@hslua.org-copyright:           © 2017–2023 Albert Krewinkel+copyright:           © 2017-2024 Albert Krewinkel category:            Foreign extra-source-files:  CHANGELOG.md                    , test/test-text.lua@@ -22,8 +22,10 @@                    , GHC == 8.8.3                    , GHC == 8.10.7                    , GHC == 9.0.2-                   , GHC == 9.2.5-                   , GHC == 9.4.4+                   , GHC == 9.2.8+                   , GHC == 9.4.8+                   , GHC == 9.6.3+                   , GHC == 9.8.1  source-repository head   type:              git@@ -35,7 +37,7 @@   build-depends:       base                 >= 4.11   && < 5                      , hslua-core           >= 2.3    && < 2.4                      , hslua-packaging      >= 2.3    && < 2.4-                     , text                 >= 1.2    && < 2.1+                     , text                 >= 1.2    && < 2.2   ghc-options:         -Wall                        -Wincomplete-record-updates                        -Wnoncanonical-monad-instances
test/test-hslua-module-text.hs view
@@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications  #-} {-| Module      : Main-Copyright   : © 2017-2023 Albert Krewinkel+Copyright   : © 2017-2024 Albert Krewinkel License     : MIT Maintainer  : Albert Krewinkel <tarleb@hslua.org> Stability   : stable