MusicBrainz 0.2.2 → 0.2.3
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~monad-controldep ~old-localedep ~xml-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: monad-control, old-locale, xml-types
API changes (from Hackage documentation)
Files
- MusicBrainz.cabal +7/−7
MusicBrainz.cabal view
@@ -1,5 +1,5 @@ name: MusicBrainz-version: 0.2.2+version: 0.2.3 synopsis: interface to MusicBrainz XML2 web service description: interface to MusicBrainz XML2 web service homepage: http://floss.scru.org/hMusicBrainz@@ -7,7 +7,7 @@ license-file: LICENSE author: Clint Adams maintainer: clint@debian.org-copyright: 2012-2014 Clint Adams+copyright: 2012-2015 Clint Adams category: Network build-type: Simple cabal-version: >=1.8@@ -20,18 +20,18 @@ , Network.Protocol.MusicBrainz.XML2.WebService build-depends: base >= 4.5 && <5 , transformers >= 0.3- , monad-control ==0.3.*+ , monad-control >= 0.3 , bytestring , conduit >= 1.0.0 , conduit-extra >= 1.0.0 , text , time , resourcet- , vector >=0.9- , xml-types ==0.3.*+ , vector >= 0.9+ , xml-types >= 0.3 , http-conduit >= 1.8.8 , http-types >= 0.6- , old-locale ==1.0.*+ , old-locale >= 1.0 , xml-conduit >= 1.1 , HTTP >= 4000.0 , aeson >= 0.6.1@@ -45,4 +45,4 @@ source-repository this type: git location: git://anonscm.debian.org/users/clint/MusicBrainz.git- tag: hMB/0.2.2+ tag: hMB/0.2.3