packages feed

tkhs-0.1.0.0: tkhs.cabal

name:                tkhs
version:             0.1.0.0
synopsis:            Simple Presentaion Utility
description:         If you want to do your presentation by terminal,
                     or your slide is too simple to make with Powerpoint,
                     or such softwares, It may be useful.
category:            Graphics
license:             BSD3
license-file:        LICENSE
extra-source-files:  README, demo/demo.txt
author:              Yusaku Hashimoto
maintainer:          Yusaku Hashimoto <nonowarn@gmail.com>
build-type:          Custom
cabal-version:       >= 1.6
stability:           experimental
homepage:            http://patch-tag.com/r/tkhs/snapshot/current/content/pretty/README

flag test
  description:       Build test program.
  default:           False

Executable tkhs
  hs-source-dirs:    src
  executable:        tkhs
  main-is:           Main.hs
  ghc-options:       -Wall
  build-depends:     base == 4.*
                   , pointedlist
                   , mtl
                   , vty
                   , parsec == 3.*
                   , pretty
                   , utf8-string
  other-modules:     Vty
                     Tkhs
                     Parser
  if flag(test)
    buildable:       False

Executable test
  hs-source-dirs:    src, test
  other-modules:
  main-is:           Test.hs
  build-depends:     test-framework
                   , test-framework-hunit
                   , HUnit
  ghc-options:       -fglasgow-exts
  if !flag(test)
    buildable:       False

Source-repository head
  type:              darcs
  location:          http://patch-tag.com/r/tkhs/pullrepo