conduit-audio 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- conduit-audio.cabal +2/−2
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.cabal view
@@ -1,5 +1,5 @@ name: conduit-audio-version: 0.2.0.2+version: 0.2.0.3 author: Michael Tolly maintainer: miketolly@gmail.com license: BSD3@@ -28,7 +28,7 @@ exposed-modules: Data.Conduit.Audio build-depends:- base >= 4.6 && < 4.9+ base >= 4.6 && < 4.11 , conduit , vector hs-source-dirs: src