packages feed

Cabal revisions of conduit-audio-sndfile-0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                 conduit-audio-sndfile-version:              0.1-author:               Michael Tolly-maintainer:           miketolly@gmail.com-license:              LGPL-license-file:         LICENSE-category:             Sound-build-type:           Simple-cabal-version:        >= 1.10-homepage:             http://github.com/mtolly/conduit-audio-bug-reports:          http://github.com/mtolly/conduit-audio/issues-synopsis:             conduit-audio interface to the libsndfile audio file library-description:-  A wrapper around @hsndfile@ (binding to the @libsndfile@ library)-  for use with @conduit-audio@, to load a wide variety of audio files as streams.--library-  exposed-modules:-    Data.Conduit.Audio.Sndfile-  build-depends:-    base >= 4.6 && < 4.8-    , conduit-    , conduit-audio >= 0.1 && < 0.2-    , hsndfile-    , hsndfile-vector-    , resourcet-    , transformers >= 0.3 && < 0.5-  hs-source-dirs:       src-  default-language:     Haskell2010-  ghc-options:          -Wall -O2--source-repository head-  type:                 git-  location:             http://github.com/mtolly/conduit-audio+name:                 conduit-audio-sndfile
+version:              0.1
+x-revision: 1
+author:               Michael Tolly
+maintainer:           miketolly@gmail.com
+license:              LGPL
+license-file:         LICENSE
+category:             Sound
+build-type:           Simple
+cabal-version:        >= 1.10
+homepage:             http://github.com/mtolly/conduit-audio
+bug-reports:          http://github.com/mtolly/conduit-audio/issues
+synopsis:             conduit-audio interface to the libsndfile audio file library
+description:
+  A wrapper around @hsndfile@ (binding to the @libsndfile@ library)
+  for use with @conduit-audio@, to load a wide variety of audio files as streams.
+
+library
+  exposed-modules:
+    Data.Conduit.Audio.Sndfile
+  build-depends:
+    base >= 4.6 && < 4.9
+    , conduit
+    , conduit-audio >= 0.1 && < 0.2
+    , hsndfile
+    , hsndfile-vector
+    , resourcet
+    , transformers >= 0.3 && < 0.5
+  hs-source-dirs:       src
+  default-language:     Haskell2010
+  ghc-options:          -Wall -O2
+
+source-repository head
+  type:                 git
+  location:             http://github.com/mtolly/conduit-audio
revision 2
 name:                 conduit-audio-sndfile
 version:              0.1
-x-revision: 1
+x-revision: 2
 author:               Michael Tolly
 maintainer:           miketolly@gmail.com
 license:              LGPL
   build-depends:
     base >= 4.6 && < 4.9
     , conduit
-    , conduit-audio >= 0.1 && < 0.2
+    , conduit-audio >= 0.1 && < 0.3
     , hsndfile
     , hsndfile-vector
     , resourcet