classy-prelude-conduit-1.5.0/src/0000755000000000000000000000000013225320312015062 5ustar0000000000000000classy-prelude-conduit-1.5.0/src/ClassyPrelude/0000755000000000000000000000000013225320317017646 5ustar0000000000000000classy-prelude-conduit-1.5.0/test/0000755000000000000000000000000012736421710015264 5ustar0000000000000000classy-prelude-conduit-1.5.0/src/ClassyPrelude/Conduit.hs0000644000000000000000000000044213211200065021577 0ustar0000000000000000{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-} module ClassyPrelude.Conduit ( -- * Re-export module ClassyPrelude , module Conduit ) where import ClassyPrelude import Conduit hiding (throwM) classy-prelude-conduit-1.5.0/test/Spec.hs0000644000000000000000000000005412736421710016511 0ustar0000000000000000{-# OPTIONS_GHC -F -pgmF hspec-discover #-} classy-prelude-conduit-1.5.0/LICENSE0000644000000000000000000000207512736421710015316 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-1.5.0/Setup.hs0000644000000000000000000000005612736421710015742 0ustar0000000000000000import Distribution.Simple main = defaultMain classy-prelude-conduit-1.5.0/classy-prelude-conduit.cabal0000644000000000000000000000310313355412607021670 0ustar0000000000000000cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.30.0. -- -- see: https://github.com/sol/hpack -- -- hash: 4adcfd7fdce423ab658e251ecde6e21f8a079e638a2d5b333c8ddbf12dc61084 name: classy-prelude-conduit version: 1.5.0 synopsis: classy-prelude together with conduit functions description: See docs and README at category: Control, Prelude homepage: https://github.com/snoyberg/mono-traversable#readme bug-reports: https://github.com/snoyberg/mono-traversable/issues author: Michael Snoyman maintainer: michael@snoyman.com license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/snoyberg/mono-traversable library hs-source-dirs: src ghc-options: -Wall -fno-warn-orphans build-depends: base >=4.9 && <5 , bytestring , classy-prelude >=1.5.0 && <1.5.1 , conduit >=1.3 && <1.4 , monad-control , resourcet , transformers , void exposed-modules: ClassyPrelude.Conduit other-modules: Paths_classy_prelude_conduit default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test build-depends: QuickCheck , base >=4.9 && <5 , bytestring , classy-prelude-conduit , conduit , hspec , transformers other-modules: Paths_classy_prelude_conduit default-language: Haskell2010 classy-prelude-conduit-1.5.0/README.md0000644000000000000000000000011212736421710015556 0ustar0000000000000000## classy-prelude-conduit classy-prelude together with conduit functions classy-prelude-conduit-1.5.0/ChangeLog.md0000644000000000000000000000016713235065674016472 0ustar0000000000000000## 1.4.0 * Upgrade to classy-prelude 1.4.0 * Upgrade to conduit 1.3.0 ## 1.0.0 * Support for mono-traversable-1.0.0