-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhgit.cabal
More file actions
47 lines (38 loc) · 1.21 KB
/
hgit.cabal
File metadata and controls
47 lines (38 loc) · 1.21 KB
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: hgit
Version: 0.1
Synopsis: Git Wrapper
Homepage: https://github.com/MarcusWalz/hgit
License: BSD3
License-file: LICENSE
Author: Marcus Walz
Maintainer: mewalz@uwm.edu
Category: Development
Build-type: Simple
Stability: Experimental
data-files: readme.mkd
-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:
-- Constraint on the version of Cabal needed to build this package.
Cabal-version: >=1.2
Library
Exposed-modules: Lib.HGit
, Lib.HGit.Readers
, Lib.HGit.Batch
, Lib.HGit.Writers
, Lib.HGit.Data
, Lib.HGit.Parsers
Build-depends: base
, Command
, filepath >= 1
, directory >= 1
, text
, bytestring
, hex
, mtl >= 2
-- Other-modules:
-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools:
source-repository head
type: git
location: git://github.com/MarcusWalz/hgit.git