packages feed

Cabal revisions of lazy-io-streams-0.1.0.0

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

revision 1
-name:                lazy-io-streams-version:             0.1.0.0-synopsis:            Get lazy with your io-streams-license:             BSD3-license-file:        LICENSE-author:              Luke Clifton-maintainer:          ltclifton@gmail.com-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  exposed-modules:     System.IO.Streams.Lazy-  build-depends:       base >=4.8 && <4.10-                     , bytestring-                     , io-streams-  hs-source-dirs:      src-  default-language:    Haskell2010+name:                lazy-io-streams
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Get lazy with your io-streams
+license:             BSD3
+license-file:        LICENSE
+author:              Luke Clifton
+maintainer:          ltclifton@gmail.com
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     System.IO.Streams.Lazy
+  build-depends:       base >=4.8 && <4.13
+                     , bytestring
+                     , io-streams
+  hs-source-dirs:      src
+  default-language:    Haskell2010
revision 2
 name:                lazy-io-streams
 version:             0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            Get lazy with your io-streams
 license:             BSD3
 license-file:        LICENSE
 
 library
   exposed-modules:     System.IO.Streams.Lazy
-  build-depends:       base >=4.8 && <4.13
+  build-depends:       base >=4.8 && <5.0
                      , bytestring
                      , io-streams
   hs-source-dirs:      src