packages feed

conduit-audio-sndfile 0.1.2 → 0.1.2.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

LICENSE view
@@ -13,7 +13,7 @@       disclaimer in the documentation and/or other materials provided       with the distribution. -    * Neither the name of Vincent Berthoux nor the names of other+    * Neither the name of Michael Tolly nor the names of other       contributors may be used to endorse or promote products derived       from this software without specific prior written permission. 
conduit-audio-sndfile.cabal view
@@ -1,5 +1,5 @@ name:                 conduit-audio-sndfile-version:              0.1.2+version:              0.1.2.1 author:               Michael Tolly maintainer:           miketolly@gmail.com license:              BSD3@@ -22,13 +22,13 @@   exposed-modules:     Data.Conduit.Audio.Sndfile   build-depends:-    base >= 4.6 && < 4.9+    base >= 4.6 && < 4.11     , conduit     , conduit-audio >= 0.1 && < 0.3     , hsndfile     , hsndfile-vector     , resourcet-    , transformers >= 0.3 && < 0.5+    , transformers >= 0.3 && < 0.6   hs-source-dirs:       src   default-language:     Haskell2010   ghc-options:          -Wall -O2