name:
pipes-cereal-plus
version:
0.3.1
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 <nikita.y.volkov@mail.ru>
maintainer:
Nikita Volkov <nikita.y.volkov@mail.ru>
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:
cereal-plus >= 0.3.1 && < 0.4,
pipes-bytestring,
pipes >= 4.0 && < 4.2,
errors,
text,
bytestring,
mtl,
base >= 4.5 && < 5
default-extensions:
Arrows
DeriveGeneric
ImpredicativeTypes
BangPatterns
PatternGuards
GADTs
StandaloneDeriving
MultiParamTypeClasses
ScopedTypeVariables
FlexibleInstances
TypeFamilies
TypeOperators
FlexibleContexts
NoImplicitPrelude
EmptyDataDecls
DataKinds
NoMonomorphismRestriction
RankNTypes
ConstraintKinds
DefaultSignatures
TupleSections
OverloadedStrings
TemplateHaskell
QuasiQuotes
DeriveDataTypeable
GeneralizedNewtypeDeriving
RecordWildCards
MultiWayIf
LiberalTypeSynonyms
LambdaCase
default-language:
Haskell2010