MusicBrainz 0.3 → 0.3.1
raw patch · 1 files changed
+5/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- MusicBrainz.cabal +5/−5
MusicBrainz.cabal view
@@ -1,7 +1,7 @@ name: MusicBrainz-version: 0.3-synopsis: interface to MusicBrainz XML2 web service-description: interface to MusicBrainz XML2 web service+version: 0.3.1+synopsis: interface to MusicBrainz XML2 and JSON web services+description: interface to MusicBrainz XML2 and JSON web services homepage: http://floss.scru.org/hMusicBrainz license: GPL-3 license-file: LICENSE@@ -25,7 +25,7 @@ , conduit >= 1.0.0 , conduit-extra >= 1.0.0 , text- , time+ , time >= 1.5 , resourcet , time-locale-compat , vector >= 0.9@@ -45,4 +45,4 @@ source-repository this type: git location: https://anonscm.debian.org/git/users/clint/MusicBrainz.git- tag: hMB/0.3+ tag: hMB/0.3.1