diff --git a/unescaping-print/0.1/unescaping-print.cabal b/unescaping-print/0.1/unescaping-print.cabal index 9f7293959a4..9064a3f19c8 100644 --- a/unescaping-print/0.1/unescaping-print.cabal +++ b/unescaping-print/0.1/unescaping-print.cabal @@ -8,7 +8,7 @@ cabal-version: 1.12 name: unescaping-print version: 0.1 -x-revision: 2 +x-revision: 3 synopsis: Tiny package providing unescaping versions of show and print description: This package solves the problem of escaping all "non-printable" symbols by the standard `show` function. It provides the `ushow` and `uprint` functions which replace `show` and `print` from `Prelude`. The function `uprint` is intended to be used as custom printing function in GHCi (with the `-interactive-print` option). category: Text @@ -31,7 +31,7 @@ source-repository head library build-depends: - base >=4.10 && <4.14 + base >=4.10 && <4.15 exposed-modules: UnescapingPrint other-modules: