forked from jwiegley/gitlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitlib-github.cabal
More file actions
67 lines (64 loc) · 2.08 KB
/
gitlib-github.cabal
File metadata and controls
67 lines (64 loc) · 2.08 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Name: gitlib-github
Version: 1.1.1
Synopsis: Gitlib repository backend for storing Git objects on GitHub.
Description: Gitlib repository backend for storing Git objects on GitHub.
License-file: LICENSE
License: MIT
Author: John Wiegley
Maintainer: [email protected]
Build-Type: Simple
Cabal-Version: >=1.10
Category: Git
Source-repository head
type: git
location: git://github.com/jwiegley/gitlib.git
Library
hs-source-dirs: .
ghc-options: -Wall
default-language: Haskell98
build-depends:
base >= 3 && < 5
, gitlib >= 1.3.1
, aeson >= 0.6.1.0
, attempt >= 0.4.0
, base64-bytestring >= 1.0.0.0
, binary >= 0.5.1.0
, bytestring >= 0.9.2.1
, conduit >= 1.1.0
, containers >= 0.4.2
, exceptions >= 0.5
, github >= 0.5.0
, hex >= 0.1.2
, http-conduit >= 1.8.5.1
, monad-control >= 0.3.2
, network >= 2.4.0.1
, old-locale >= 1.0.0.4
, rest-client >= 0.1.0.0
, shakespeare-text >= 1.0.0.5
, stringable >= 0.1.1
, system-filepath >= 0.4.7
, tagged >= 0.4.4
, time >= 1.4
, text >= 0.11.2
, transformers >= 0.2.2
, transformers-base >= 0.4.1
, unordered-containers >= 0.2.3.0
, yaml >= 0.8.1.1
exposed-modules:
Git.GitHub
-- Test-suite smoke
-- default-language: Haskell98
-- type: exitcode-stdio-1.0
-- main-is: Smoke.hs
-- hs-source-dirs: test
-- build-depends:
-- base >=3
-- , gitlib >= 1.3.1
-- , gitlib-test >= 1.3.1
-- , gitlib-github >= 1.3.1
-- , HUnit >= 1.2.5
-- , hspec >= 1.4.4
-- , hspec-expectations >= 0.3
-- , system-filepath >= 0.4.7
-- , text >= 0.11.2
-- , transformers >= 0.2.2