forked from olivierverdier/zsh-git-prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
git-prompt.cabal
48 lines (26 loc) · 1004 Bytes
/
git-prompt.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: git-prompt
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.0
synopsis: Informative git prompt for zsh
-- description:
homepage: https://github.com/olivierverdier/zsh-git-prompt
license: MIT
license-file: LICENSE.md
author: Olivier Verdier
maintainer: [email protected]
build-type: Simple
extra-source-files: README.rst
cabal-version: >=1.10
executable gitstatus
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base, parsec >=3.1 && <3.2, process>=1.1.0.2
-- hs-source-dirs:
-- Base language which the package is written in.
default-language: Haskell2010
ghc-options: -Wall -O2
cc-options: -O3
hs-source-dirs: src