forked from jwiegley/gitlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitlib-utils.cabal
48 lines (45 loc) · 1.45 KB
/
gitlib-utils.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
48
Name: gitlib-utils
Version: 1.3.2
Synopsis: This package is now deprecated.
License-file: LICENSE
License: MIT
Author: John Wiegley
Maintainer: [email protected]
Build-Type: Simple
Cabal-Version: >=1.10
Category: FFI
Description:
This package is now deprecated. It's functionality was moved into just 'gitlib'.
Source-repository head
type: git
location: git://github.com/jwiegley/gitlib.git
-- Test-suite doctests
-- Default-language: Haskell98
-- Type: exitcode-stdio-1.0
-- Main-is: Doctest.hs
-- Hs-source-dirs: test
-- Build-depends:
-- base
-- , directory >= 1.0
-- , doctest >= 0.8
-- , doctest-prop >= 0.1
-- , filepath >= 1.3
Library
default-language: Haskell98
ghc-options: -Wall
build-depends:
base >= 3 && < 5
, bytestring >= 0.9.2.1
, conduit >= 1.1.0
, exceptions >= 0.5
, gitlib >= 1.3.1
, hex >= 0.1.2
, lifted-base >= 0.2.0.2
, system-fileio >= 0.3.11
, system-filepath >= 0.4.7
, tagged >= 0.2.3.1
, text >= 0.11.2
, transformers >= 0.3.0.0
, unordered-containers >= 0.2.3.0
exposed-modules:
Git.Utils