cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 04891bfde3ede0b6c8bebc56d692f6ccee9fe8f68e4e427cc0f10ee6dbe3f1bf name: unescaping-print version: 0.1 x-revision: 4 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 homepage: https://github.com/bravit/unescaping-print#readme bug-reports: https://github.com/bravit/unescaping-print/issues author: Vitaly Bragilevsky maintainer: Vitaly Bragilevsky license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: ChangeLog.md LICENSE README.md package.yaml source-repository head type: git location: https://github.com/bravit/unescaping-print library build-depends: base >=4.10 && <4.18 exposed-modules: UnescapingPrint other-modules: Paths_unescaping_print default-language: Haskell2010