name: ascii-table version: 0.3.0.1 synopsis: ASCII table description: Draw an ASCII table category: Data homepage: https://github.com/Sentenai/ascii-table#readme bug-reports: https://github.com/Sentenai/ascii-table/issues author: Sentenai maintainer: mitchellwrosen@gmail.com copyright: 2016 Sentenai, Inc. license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 tested-with: GHC==7.4.1, GHC==7.4.2, GHC==7.6.1, GHC==7.6.2, GHC==7.6.3, GHC==7.8.1, GHC==7.8.2, GHC==7.8.3, GHC==7.8.4, GHC==7.10.1, GHC==7.10.2, GHC==7.10.3, GHC==8.0.1, GHC==8.0.2, GHC==8.2.1, GHC==8.2.2, GHC==8.4.1 source-repository head type: git location: https://github.com/Sentenai/ascii-table library hs-source-dirs: src ghc-options: -Wall build-depends: aeson < 1.3 , base >= 4.5 && < 5 , containers < 0.6 , dlist < 0.9 , hashable < 1.3 , text < 1.3 , unordered-containers < 0.3 , vector < 0.13 , wl-pprint-extras >= 1.3 && < 3.6 exposed-modules: Data.AsciiTable default-language: Haskell2010