-
Notifications
You must be signed in to change notification settings - Fork 0
/
mpd-albumart.cabal
65 lines (63 loc) · 2.16 KB
/
mpd-albumart.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
56
57
58
59
60
61
62
63
64
65
name: mpd-albumart
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/githubuser/mpd-albumart#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: [email protected]
copyright: 2017 Author name here
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable mpd-albumart
hs-source-dirs: app
main-is: Main.hs
other-modules: CoverArtArchive
, CoverArtArchive.Errors
, CoverArtArchive.Internal
, CoverArtArchive.Types
, Logging
, MPDClient
, Music.MusicBrainz
, Music.MusicBrainz.Types
, Music.MusicBrainz.WebService
, Music.MPD.AlbumArt.Event.SystemChange
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.7 && < 5
, aeson
, bytestring
, conduit
, conduit-extra
, containers
, http-client-tls
, http-conduit
, http-media
, http-types
, libmpd
, lifted-async
, monad-control
, mtl
, network-uri
, protolude
, resourcet
, safe
, safe-exceptions
, sdl2
, sdl2-image
, stm
, servant
, servant-client
, text
, transformers-base
, uuid-types
, xml-conduit
, xml-types
, HTTP
default-language: Haskell2010
default-extensions: NoImplicitPrelude
source-repository head
type: git
location: https://github.com/githubuser/mpd-albumart