name:
potoki-cereal
version:
0.1
synopsis:
Streaming serialization
category:
Potoki, Streaming
homepage:
https://github.com/nikita-volkov/potoki-cereal
bug-reports:
https://github.com/nikita-volkov/potoki-cereal/issues
author:
Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
(c) 2017, Nikita Volkov
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>=1.10
source-repository head
type:
git
location:
git://github.com/nikita-volkov/potoki-cereal.git
library
hs-source-dirs:
library
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
exposed-modules:
Potoki.Cereal.Transform
other-modules:
Potoki.Cereal.Prelude
build-depends:
potoki-core >=1.2 && <1.3,
base >=4.7 && <5,
base-prelude >=1 && <2,
cereal >=0.5 && <0.6,
bytestring >=0.10 && <0.11,
potoki >=0.6.1 && <0.7,
text >=1 && <2