packages feed

uniform-strings 0.1.2 → 0.1.3

raw patch · 1 files changed

+5/−3 lines, 1 filesdep ~uniform-algebras

Dependency ranges changed: uniform-algebras

Files

uniform-strings.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.34.6.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack  name:           uniform-strings-version:        0.1.2+version:        0.1.3 synopsis:       Manipulate and convert strings of characters uniformly and consistently description:    Reduce complexity of Haskell by providing a                  .@@ -25,6 +25,8 @@                 where the semantic is the same (tested with quickcheck).                 Tentatively some infix string manipulations are offered as well.                  .+                v 0.1.3 added stack build lts 19.16 for ghc 9.0.2+                .                 Please see the README on GitHub at <https://github.com/andrewufrank/uniform-strings/readme> category:       Data Text Uniform bug-reports:    https://github.com/andrewufrank/uniform-strings/issues@@ -58,6 +60,6 @@     , split     , text     , text-icu-    , uniform-algebras >=0.1.2+    , uniform-algebras >=0.1.3   default-language: Haskell2010   autogen-modules: Paths_uniform_strings