packages feed

Hish-0.1.0: Hish.cabal

Name:                   Hish
Version:                0.1.0
Author:                 Yun-Yan Chi
Maintainer:             jaiyalas@gmail.com
License:                BSD3
License-File:           LICENSE
-- Synopsis:
Description:            Generating a beautiful and useful prompt.
Homepage:               https://github.com/jaiyalas/Hish
Bug-reports:            https://github.com/jaiyalas/Hish/issues
Cabal-Version:          >= 1.12
Build-Type:             Simple
Extra-Source-Files:     README.md, ChangeLog.md, hackage-docs.sh
category:               Command Line, Console, Shell
--

library
  buildable: True
  exposed:   True
  default-language: Haskell2010
  hs-source-dirs: src
  ghc-options: -w
  build-depends: base        >= 4 && < 5
               , MissingH    >= 1.2
               , process     >= 1.2
               , regex-tdfa  >= 1.2
  exposed-modules:
        Hish.ANSICode
        Hish.SysInfo

--
executable hish
  default-language: Haskell2010
  hs-source-dirs:   src
  main-is:          hish.hs
  ghc-options:      -w
  build-depends: base        >= 4 && < 5
               , MissingH    >= 1.2
               , process     >= 1.2
               , regex-tdfa  >= 1.2
--
Source-Repository head
  Type:                 git
  location:             https://github.com/jaiyalas/Hish.git