name: pipes-cereal-plus version: 0.3.2 synopsis: A streaming serialization library on top of "pipes" and "cereal-plus" license: MIT license-file: LICENSE homepage: https://github.com/nikita-volkov/pipes-cereal-plus bug-reports: https://github.com/nikita-volkov/pipes-cereal-plus/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2013, Nikita Volkov category: Serialization build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/nikita-volkov/pipes-cereal-plus.git library hs-source-dirs: src exposed-modules: PipesCerealPlus other-modules: PipesCerealPlus.Prelude build-depends: -- Serialization: cereal-plus >= 0.3.3 && < 0.4, -- Streaming: pipes-bytestring, pipes >= 4.0 && < 4.2, -- Data: text, bytestring, -- Control: errors, mtl, base >= 4.5 && < 5 default-extensions: Arrows BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving ImpredicativeTypes LambdaCase LiberalTypeSynonyms MultiParamTypeClasses MultiWayIf NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings PatternGuards QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies TypeOperators default-language: Haskell2010