name: lord version: 2.20150122 synopsis: A command line interface to online radios. description: A unified command line interface to several online radios, use mpd () as backend by default. Will fallback to mplayer () when mpd is unavailable. . Supported radios: . * . * . * . * . * . Commands: . > lord -h > lord status > lord kill > > lord 8tracks listen [ | ] [--no-daemon] > lord 8tracks search > lord 8tracks [featured | trending | newest] > > lord cmd listen [--no-daemon] > lord cmd genres > > lord douban listen [ | | | | ] [--no-daemon] > lord douban search > lord douban [hot | trending] > > lord jing listen [--no-daemon] > > lord reddit listen [--no-daemon] > lord reddit genres homepage: https://github.com/rnons/lord bug-reports: https://github.com/rnons/lord/issues license: PublicDomain license-file: LICENSE author: rnons maintainer: remotenonsense@gmail.com category: Web, Music build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.8.3 data-files: bash_completion.d/lord extra-source-files: CHANGELOG source-repository head type: git location: git://github.com/rnons/lord.git library build-depends: base >= 4 && < 5, aeson >= 0.7, ansi-terminal >= 0.6, attoparsec-conduit >= 1.0, bytestring >= 0.9, case-insensitive >= 1.0, conduit >= 1.0, conduit-extra >= 1.1, data-default >= 0.5, directory >= 1.1, fast-logger >= 2.0, html-conduit >= 1.1, HTTP >= 4000.2, http-conduit >= 1.9, http-types >= 0.8, libmpd >= 0.9, process >= 1.1, resourcet >= 1.1, text >= 0.11, transformers >= 0.3, unix >= 2.5, unordered-containers >= 0.2, wai-logger >= 2.0, utf8-string >= 0.3, xml-conduit >= 1.1, yaml >= 0.8 exposed-modules: Web.Radio Web.Radio.Cmd, Web.Radio.Douban, Web.Radio.EightTracks, Web.Radio.EightTracks.Explore, Web.Radio.Jing, Web.Radio.Reddit other-modules: Web.Radio.EightTracks.User ghc-options: -Wall -fno-warn-unused-do-bind default-language: Haskell2010 executable lord main-is: main.hs ghc-options: -Wall -fno-warn-unused-do-bind build-depends: base >= 4 && < 5, aeson >= 0.6, ansi-terminal >= 0.6, attoparsec-conduit >= 1.0, bytestring >= 0.9, case-insensitive >= 1.0, conduit >= 1.0, conduit-extra >= 1.1, daemons >= 0.1.2, data-default >= 0.5, directory >= 1.1, fast-logger >= 2.0, html-conduit >= 1.1, HTTP >= 4000.2, http-conduit >= 1.9, http-types >= 0.8, libmpd >= 0.9, optparse-applicative >= 0.11, process >= 1.1, resourcet >= 1.1, text >= 0.11, transformers >= 0.3, unix >= 2.5, unordered-containers >= 0.2, wai-logger >= 2.0, utf8-string >= 0.3, xml-conduit >= 1.1, yaml >= 0.8 default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: test/main.hs ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: . build-depends: base >= 4 && < 5, aeson >= 0.6, ansi-terminal >= 0.6, attoparsec-conduit >= 1.0, bytestring >= 0.9, case-insensitive >= 1.0, conduit >= 1.0, daemons >= 0.1.2, data-default >= 0.5, directory >= 1.1, fast-logger >= 2.0, hspec >= 1.6, html-conduit >= 1.1, HTTP >= 4000.2, http-conduit >= 1.9, http-types >= 0.8, HUnit >= 1.2, libmpd >= 0.9, optparse-applicative >= 0.11, process >= 1.1, text >= 0.11, transformers >= 0.3, unix >= 2.5, unordered-containers >= 0.2, utf8-string >= 0.3, wai-logger >= 2.0, xml-conduit >= 1.1, yaml >= 0.8 default-language: Haskell2010