-
Notifications
You must be signed in to change notification settings - Fork 6
/
cereal-conduit.cabal
46 lines (43 loc) · 1.49 KB
/
cereal-conduit.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: cereal-conduit
version: 0.7.2
license: BSD3
license-file: LICENSE
author: Myles C. Maxfield <[email protected]>
maintainer: Myles C. Maxfield <[email protected]>
synopsis: Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits
description:
Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.
.
[0.7]
Upgrade to conduit 1.0.0
category: Conduit
stability: Experimental
cabal-version: >= 1.8
build-type: Simple
homepage: https://github.com/litherum/cereal-conduit
bug-reports: https://github.com/litherum/cereal-conduit/issues
library
build-depends: base >= 4 && < 5
, conduit >= 1.0.0 && < 1.2
, resourcet >= 0.4 && < 1.2
, cereal >= 0.4.0.0 && < 0.5
, bytestring
, transformers >= 0.2.0.0
exposed-modules: Data.Conduit.Cereal
, Data.Conduit.Cereal.Internal
ghc-options: -Wall
Test-Suite test-cereal-conduit
type: exitcode-stdio-1.0
main-is: Test/Main.hs
build-depends: base
, conduit
, cereal
, bytestring
--, test-framework-hunit
, HUnit
, resourcet
, mtl
, transformers
source-repository head
type: git
location: git://github.com/litherum/cereal-conduit.git