-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlistenbrainz-client.cabal
30 lines (29 loc) · 1.08 KB
/
listenbrainz-client.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
name: listenbrainz-client
version: 1.1.1
synopsis: A client library to the ListenBrainz project
homepage: https://github.com/ocharles/listenbrainz-client
license: BSD3
license-file: LICENSE
author: Ollie Charles
maintainer: [email protected]
category: Web
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Web.ListenBrainz
build-depends: aeson >= 1.0.2.1,
base >=4.9 && <4.11,
free >= 4.12.4,
freer-effects >= 0.3.0.1,
http-client >= 0.5.7.0,
kan-extensions >= 5.0.2,
mtl >= 2.2.1,
servant >= 0.9.1.1,
servant-client >= 0.9.1.1,
text >= 1.2.2.1,
time >= 1.6.0.1,
transformers >= 0.5.2.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall