-
Notifications
You must be signed in to change notification settings - Fork 2
/
hscd.cabal
55 lines (52 loc) · 1.63 KB
/
hscd.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
49
50
51
52
53
54
55
name: hscd
version: 0.0.3
category: Network
license: BSD3
license-file: LICENSE
copyright: (c) 2012 Sebastián Ramírez Magrí
author: Sebastián Ramírez Magrí
maintainer: Sebastián Ramírez Magrí <[email protected]>
stability: experimental
tested-with: GHC == 7.4.1
cabal-version: >= 1.8
build-type: Simple
homepage: https://bitbucket.org/sebasmagri/hscd
bug-reports: https://bitbucket.org/sebasmagri/hscd/issues
synopsis: Command line client and library for SoundCloud.com
description:
A command line client and library to access SoundCloud.com.
.
Supports fetching tracks and getting information about tracks,
users, sets, groups and SoundCloud apps.
extra-source-files:
README.rst
LICENSE
source-repository head
type: mercurial
location: https://bitbucket.org/sebasmagri/hscd
library
build-depends: aeson == 0.6.*
, base == 4.*
, bytestring
, ghc-prim
, HTTP
exposed-modules:
Network.SoundCloud
Network.SoundCloud.App
Network.SoundCloud.Comment
Network.SoundCloud.Const
Network.SoundCloud.Group
Network.SoundCloud.MiniUser
Network.SoundCloud.Set
Network.SoundCloud.Track
Network.SoundCloud.User
Network.SoundCloud.Util
hs-source-dirs: src/
executable hscd
build-depends: aeson == 0.6.*
, base == 4.*
, bytestring
, ghc-prim
, HTTP
main-is: hscd.hs
hs-source-dirs: src/