packages feed

tabl-0.1.0.0: tabl.cabal

name:                tabl
version:             0.1.0.0
synopsis:            Table layout
description:         Text.Tabl arranges multiple Text instances into a
                     table layout while providing means of alignment
                     visual decoration both horizontally and vertically.
homepage:            https://github.com/lovasko/tabl
license:             BSD3
license-file:        LICENSE
author:              Daniel Lovasko <daniel.lovasko@gmail.com>
maintainer:          Daniel Lovasko <daniel.lovasko@gmail.com>
copyright:           2016 Daniel Lovasko
category:            Text
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Text.Tabl 
  other-modules:       Text.Tabl.Alignment
                     , Text.Tabl.Ascii
                     , Text.Tabl.Decoration
                     , Text.Tabl.Environment
                     , Text.Tabl.Latex
                     , Text.Tabl.Util
  build-depends:       base >= 4.7 && < 5
                     , safe
                     , text
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/lovasko/tabl