-
Notifications
You must be signed in to change notification settings - Fork 0
/
biegunka-archive.cabal
64 lines (61 loc) · 1.26 KB
/
biegunka-archive.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
61
62
63
64
Name: biegunka-archive
Version: 0.2.0.0
Synopsis: Tar/Zip archives support as Source.
License: MIT
License-file: LICENSE
Author: Matvey Aksenov
Maintainer: Matvey Aksenov <matvey.aksenov@gmail.com>
Category: System
Cabal-Version: >= 1.8
Build-Type: Simple
Library
Build-Depends:
base >= 4.5 && < 5,
biegunka >= 0.2,
bytestring,
bzlib,
directory,
download-curl,
filepath,
free,
SHA,
tar,
zip-archive,
zlib
HS-Source-Dirs: src
Exposed-Modules:
Control.Biegunka.Source.Tar
Control.Biegunka.Source.Zip
Other-Modules:
Control.Biegunka.Source.Archive
GHC-Options:
-Wall
-fno-warn-unused-do-bind
test-suite biegunka-tar-tests
type: exitcode-stdio-1.0
build-depends:
base >= 4 && < 5,
biegunka-archive,
biegunka >= 0.2,
directory-layout >= 0.3,
filepath,
HUnit,
lens
main-is: tests/tar/Main.hs
ghc-options:
-Wall
-fno-warn-unused-do-bind
test-suite biegunka-zip-tests
type: exitcode-stdio-1.0
build-depends:
base >= 4 && < 5,
biegunka-archive,
biegunka >= 0.2,
directory-layout >= 0.3,
filepath,
HUnit,
lens
main-is: tests/zip/Main.hs
ghc-options:
-Wall
-fno-warn-unused-do-bind