-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaur-api.cabal
38 lines (36 loc) · 1.32 KB
/
aur-api.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
name: aur-api
version: 0.1.2.2
synopsis: ArchLinux AUR json v5 API
description: Implements ArchLinux AUR json v5 API defined at:
.
<https://wiki.archlinux.org/index.php/AurJson>
.
homepage: https://github.com/wangbj/aur-api
license: BSD3
license-file: LICENSE
author: Baojun Wang
maintainer: [email protected]
copyright: 2016 Baojun Wang
category: Web
build-type: Simple
bug-reports: https://github.com/wangbj/aur-api/issues
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Distribution.ArchLinux.AUR
, Distribution.ArchLinux.AUR.Types
, Distribution.ArchLinux.AUR.RPC
build-depends: base >= 4.7 && < 5
, aeson >= 0.12
, text >= 1.2
, bytestring >= 0.10
, mtl >= 2.2
, exceptions >= 0.8
, http-client >= 0.4.0
, http-client-tls >= 0.2.0
, hspec >= 2.2.0
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/wangbj/aur-api