Skip to content

Commit

Permalink
Update from Hackage at 2021-03-18T07:05:19Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 18, 2021
1 parent 5868d77 commit 1385c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unescaping-print/0.1/unescaping-print.cabal
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 1385c34

Please sign in to comment.