Name: data-textual Version: 0.2 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 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, tagged >= 0.2, text-latin1 >= 0.3, 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, tagged, parsers, data-textual Hs-Source-Dirs: tests GHC-Options: -Wall Main-Is: Tests.hs