Hish-0.1.2.3: Hish.cabal
Name: Hish
Version: 0.1.2.3
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.8 && < 5
, MissingH >= 1.3.0 && < 1.4
, process >= 1.3.0 && < 1.5
, regex-tdfa >= 1.2.1 && < 1.3
, time >= 1.5.0 && < 1.6
, directory >= 1.2.2 && < 1.3
exposed-modules:
Hish.ANSICode
Hish.SysInfo
Hish.VCS
--
executable hish
default-language: Haskell2010
hs-source-dirs: src
main-is: hish.hs
ghc-options: -w
build-depends: base >= 4.8 && < 5
, MissingH >= 1.3.0 && < 1.4
, process >= 1.3.0 && < 1.5
, regex-tdfa >= 1.2.1 && < 1.3
, time >= 1.5.0 && < 1.6
, directory >= 1.2.2 && < 1.3
--
Source-Repository head
Type: git
location: https://github.com/jaiyalas/Hish.git