classy-prelude-conduit-0.12.5/0000755000000000000000000000000012614717545014400 5ustar0000000000000000classy-prelude-conduit-0.12.5/LICENSE0000644000000000000000000000207512614717545015411 0ustar0000000000000000Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. classy-prelude-conduit-0.12.5/classy-prelude-conduit.cabal0000644000000000000000000000264012614717545021765 0ustar0000000000000000name: classy-prelude-conduit version: 0.12.5 synopsis: conduit instances for classy-prelude description: conduit instances for classy-prelude homepage: https://github.com/snoyberg/classy-prelude license: MIT license-file: LICENSE author: Michael Snoyman maintainer: michael@snoyman.com category: Control, Prelude build-type: Simple cabal-version: >=1.8 library exposed-modules: ClassyPrelude.Conduit build-depends: base >= 4 && < 5 , conduit >= 1.0 && < 1.3 , classy-prelude >= 0.12.5 && < 0.12.6 , transformers , monad-control , resourcet , void , bytestring , conduit-combinators >= 0.2.8 ghc-options: -Wall -fno-warn-orphans test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test build-depends: base , hspec , classy-prelude-conduit , bytestring , transformers , QuickCheck , conduit source-repository head type: git location: git://github.com/snoyberg/classy-prelude.git classy-prelude-conduit-0.12.5/Setup.hs0000644000000000000000000000005612614717545016035 0ustar0000000000000000import Distribution.Simple main = defaultMain classy-prelude-conduit-0.12.5/test/0000755000000000000000000000000012614717545015357 5ustar0000000000000000classy-prelude-conduit-0.12.5/test/Spec.hs0000644000000000000000000000005412614717545016604 0ustar0000000000000000{-# OPTIONS_GHC -F -pgmF hspec-discover #-} classy-prelude-conduit-0.12.5/ClassyPrelude/0000755000000000000000000000000012614717545017157 5ustar0000000000000000classy-prelude-conduit-0.12.5/ClassyPrelude/Conduit.hs0000644000000000000000000000042212614717545021116 0ustar0000000000000000{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-} module ClassyPrelude.Conduit ( -- * Re-export module ClassyPrelude , module Conduit ) where import ClassyPrelude import Conduit