name: tabl version: 1.0.3 x-revision: 1 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: OtherLicense license-file: LICENSE author: Daniel Lovasko maintainer: Daniel Lovasko copyright: 2016-2017 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.8 && < 5 , safe , text default-language: Haskell2010 source-repository head type: git location: https://github.com/lovasko/tabl