libvorbis 0.1.0.0 → 0.1.0.1
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
- Codec/Audio/Vorbis/File.hsc +1/−1
- libvorbis.cabal +2/−2
Codec/Audio/Vorbis/File.hsc view
@@ -36,7 +36,7 @@ import Data.Typeable import Foreign hiding (new) import Foreign.C-import Prelude hiding (read)+import Prelude hiding (catch, read) import System.IO (SeekMode(..), hClose, hSeek, hTell, IOMode(..)) import qualified System.IO as IO import System.Endian
libvorbis.cabal view
@@ -1,5 +1,5 @@ name: libvorbis-version: 0.1.0.0+version: 0.1.0.1 synopsis: Haskell binding for libvorbis, for decoding Ogg Vorbis audio files description: This package gives you a simple high-level API for decoding Ogg Vorbis files or streams, and isn't currently intended to be comprehensive.@@ -73,7 +73,7 @@ library exposed-modules: Codec.Audio.Vorbis.File -- other-modules: - build-depends: base >= 4.6.0.0 && < 4.8.0.0,+ build-depends: base >= 4.5.0.0 && < 4.9.0.0, bytestring >= 0.10.0.0, cpu >= 0.1.1 include-dirs: libogg-1.3.1/include, libvorbis-1.3.3/include, libvorbis-1.3.3/lib