MusicBrainz 0.1 → 0.1.1
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- AUTHORS +2/−0
- MusicBrainz.cabal +5/−4
+ AUTHORS view
@@ -0,0 +1,2 @@+Clint Adams+Frerich Raabe
MusicBrainz.cabal view
@@ -1,5 +1,5 @@ name: MusicBrainz-version: 0.1+version: 0.1.1 synopsis: interface to MusicBrainz XML2 web service description: interface to MusicBrainz XML2 web service homepage: http://floss.scru.org/hMusicBrainz@@ -7,10 +7,11 @@ license-file: LICENSE author: Clint Adams maintainer: clint@debian.org-copyright: 2012 Clint Adams+copyright: 2012-2013 Clint Adams category: Network build-type: Simple cabal-version: >=1.8+extra-source-files: AUTHORS library exposed-modules: Network.Protocol.MusicBrainz.XML2.WebService@@ -23,7 +24,7 @@ , conduit >= 0.4 && <0.6 , text ==0.11.* , time- , vector ==0.9.*+ , vector >=0.9 , xml-types ==0.3.* , http-conduit >= 1.4 && <1.9 , http-types >= 0.6 && <0.8@@ -40,4 +41,4 @@ source-repository this type: git location: git://anonscm.debian.org/users/clint/MusicBrainz.git- tag: hMB/0.1+ tag: hMB/0.1.1