packages feed

ascii-table-0.3.0.2: ascii-table.cabal

name: ascii-table
version: 0.3.0.2
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.2,
             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.3

source-repository head
  type: git
  location: https://github.com/Sentenai/ascii-table

library
  hs-source-dirs: src
  ghc-options: -Wall
  build-depends:
      aeson < 1.5
    , base >= 4.5 && < 5
    , containers < 0.7
    , 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