packages feed

htaglib 0.1.0 → 0.1.1

raw patch · 5 files changed

+14/−2 lines, 5 filesdep ~htaglibbinary-addedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: htaglib

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## HTagLib 0.1.1++* Missing audio samples used for testing are included in distribution.+ ## HTagLib 0.1.0  * Initial release.
+ audio-samples/README.md view
@@ -0,0 +1,5 @@+# Audio samples in various formats++These are necessary for unit testing. The files are valid audio files in+various formats but of very little length. This means that we can use them+for testing without occupying much space.
+ audio-samples/sample.flac view

binary file changed (absent → 11459 bytes)

+ audio-samples/sample.mp3 view

binary file changed (absent → 7695 bytes)

htaglib.cabal view
@@ -32,7 +32,7 @@ -- POSSIBILITY OF SUCH DAMAGE.  name:                htaglib-version:             0.1.0+version:             0.1.1 cabal-version:       >= 1.10 license:             BSD3 license-file:        LICENSE.md@@ -45,6 +45,9 @@ build-type:          Simple description:         Bindings to TagLib, audio meta-data library. extra-source-files:  CHANGELOG.md+                   , audio-samples/README.md+                   , audio-samples/sample.flac+                   , audio-samples/sample.mp3  library   build-depends:     base >= 4.6 && < 5@@ -69,7 +72,7 @@                    , HUnit                >= 1.2 && < 1.4                    , directory            >= 1.2                    , filepath             >= 1.4 && < 2-                   , htaglib              >= 0.1.0+                   , htaglib              >= 0.1.1                    , test-framework       >= 0.6 && < 1                    , test-framework-hunit >= 0.2 && < 0.4   default-extensions: