-
Notifications
You must be signed in to change notification settings - Fork 0
/
potoki-zlib.cabal
61 lines (58 loc) · 1.54 KB
/
potoki-zlib.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name:
potoki-zlib
version:
0.3
synopsis:
Streaming ZLib decompression
category:
Potoki, Streaming, ZLib, Compression
homepage:
https://github.com/nikita-volkov/potoki-zlib
bug-reports:
https://github.com/nikita-volkov/potoki-zlib/issues
author:
Ilya Zubkov <izubkov.forall@gmail.com>
maintainer:
Ilya Zubkov <izubkov.forall@gmail.com>
copyright:
(c) 2018, Metrix.AI
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>=1.10
source-repository head
type:
git
location:
git://github.com/nikita-volkov/potoki-zlib.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.Zlib.Transform
Potoki.Zlib.Fetch
other-modules:
Potoki.Zlib.Prelude
build-depends:
acquire >= 0.2 && < 0.3,
base >=4.7 && <5,
bytestring >=0.10 && <0.11,
potoki-core >= 2.1 && < 2.2,
zlib >= 0.6.1.2 && < 0.7