Name: data-textual Version: 0.3.0.3 Category: Data, Text Stability: experimental Synopsis: Human-friendly textual representations. Description: This package provides an interface for converting between data and its (human-friendly) textual representation. Homepage: https://github.com/mvv/data-textual Bug-Reports: https://github.com/mvv/data-textual/issues Author: Mikhail Vorozhtsov Maintainer: Mikhail Vorozhtsov Copyright: 2013 Mikhail Vorozhtsov License: BSD3 License-File: LICENSE Extra-Source-Files: README.md Tested-With: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1 Cabal-Version: >= 1.10.0 Build-Type: Simple Source-Repository head Type: git Location: https://github.com/mvv/data-textual.git Library Default-Language: Haskell2010 Build-Depends: base >= 4 && < 5, bytestring >= 0.10, text, text-latin1 >= 0.3.1, text-printer >= 0.4, parsers >= 0.5 Hs-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: Data.Textual Data.Textual.Integral Data.Textual.Fractional Test-Suite tests Default-Language: Haskell2010 Type: exitcode-stdio-1.0 Build-Depends: base >= 4 && < 5, test-framework >= 0.5, test-framework-quickcheck2 >= 0.2, QuickCheck >= 2.4, text-printer, type-hint >= 0.1, parsers, data-textual Hs-Source-Dirs: tests GHC-Options: -Wall Main-Is: Tests.hs