-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack name: human-text version: 0.1.0.2 synopsis: A lawless typeclass for converting values to human-friendly text. description: It's embarrassing when details of a programming language leak into a user interface; use the 'humanText' function instead of 'show' to display text to people. category: Text homepage: https://github.com/chris-martin/human author: Chris Martin maintainer: Chris Martin license: Apache-2.0 license-file: license.txt build-type: Simple cabal-version: >= 1.10 library hs-source-dirs: src default-extensions: NoImplicitPrelude ghc-options: -Wall build-depends: base >= 4.9 && < 4.10 , text exposed-modules: Data.Text.Human other-modules: Paths_human_text default-language: Haskell2010