-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
76 lines (69 loc) · 1.59 KB
/
package.yaml
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
65
66
67
68
69
70
71
72
73
74
75
76
name: uniform-fileio
version: 0.1.5.1
license: GPL-2.0-only
# license-file: GPL_3
maintainer: Andrew U. Frank <uniform@gerastree.at>
bug-reports: https://github.com/andrewufrank/uniform-fileio/issues
author: Andrew Frank
copyright: 2021 Andrew U. Frank
category: Data Text Uniform
synopsis: Uniform file handling operations
description: |
Uniform operations for handling files and file path names
independent from the representation.
Additionally, functions to read and write files for specific
typed content (marked by extension).
Please see the README on GitHub at <https://github.com/andrewufrank/uniform-fileiio/readme>
extra-source-files:
- README.md
- ChangeLog.md
dependencies:
- base >= 4.7 && < 5
- monads-tf
- safe
- text
- bytestring
- directory
- pureMD5
- deepseq
- unix
- pipes
- path
- path-io
- filepath
- exceptions
- zlib
- uniform-strings >= 0.1.5
- uniform-error >= 0.1.5
- uniform-algebras >= 0.1.5
- uniform-time >= 0.1.5
library:
source-dirs:
- .
verbatim:
autogen-modules:
Paths_uniform_fileio
# this is only a library, no directly executable
# executables:
# primo-exe:
# main: Testing.hs
# source-dirs: app
# ghc-options:
# - -threaded
# - -rtsopts
# - -with-rtsopts=-N
# dependencies:
# - uniform-algebras
tests:
fileio-test:
main: Testing.hs
source-dirs: tests
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- HTF
- test-invariant
- quickcheck-text
- uniform-fileio