-
Notifications
You must be signed in to change notification settings - Fork 4
/
cabal-src.cabal
45 lines (42 loc) · 1.71 KB
/
cabal-src.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
Name: cabal-src
Version: 0.3.0.2
Synopsis: Alternative install procedure to avoid the diamond dependency issue.
Description: Please see the README.md file on Github for more information: <https://github.com/yesodweb/cabal-src/blob/master/README.md>.
License: BSD3
License-file: LICENSE
Author: Michael Snoyman
Maintainer: [email protected]
Category: Distribution
Build-type: Simple
Cabal-version: >=1.6
homepage: https://github.com/yesodweb/cabal-src
extra-source-files: README.md ChangeLog.md
Executable cabal-src-install
Main-is: cabal-src-install.hs
Build-depends: base >= 4 && < 5
, bytestring
, tar >= 0.4 && < 0.6
, directory
, process
, filepath
Executable mega-sdist
Main-is: mega-sdist.hs
Build-depends: base >= 4 && < 5
, shelly >= 1.3.1
, conduit >= 1.1
, http-conduit >= 1.5
, system-filepath >= 0.4 && < 0.5
, system-fileio >= 0.3 && < 0.4
, http-types
, transformers
, tar
, bytestring
, containers
, text
, network
, directory
, conduit-extra
, resourcet
source-repository head
type: git
location: git://github.com/yesodweb/cabal-src.git