Cabal revisions of libmpd-0.9.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: libmpd Version: 0.9.0+x-revision: 1 Synopsis: An MPD client library. Description: A client library for MPD, the Music Player Daemon. Category: Network, Sound location: https://github.com/vimus/libmpd-haskell Library+ -- broken release due to missing file+ build-depends: base<0+ Default-Language: Haskell2010 Hs-Source-Dirs: src Build-Depends: -- Platform dependencies- base >= 4 && < 5+ base >= 4 && < 4.11 , attoparsec >= 0.10.1 && < 1 , bytestring >= 0.9 && < 1 , containers >= 0.3 && < 1 , mtl >= 2.0 && < 3 , old-locale >= 1 && < 2 , text >= 0.11 && < 2- , time >= 1.1 && < 2+ , time >= 1.1 && < 1.5 -- Additional dependencies , data-default >= 0.4 && < 1