-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.yaml
48 lines (36 loc) · 857 Bytes
/
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
name: shikensu
version: 0.4.1
maintainer: Steven Vandevelde <[email protected]>
category: Filesystem
synopsis: Run a sequence of functions on in-memory representations of files
description: See README at <https://github.com/icidasset/shikensu#readme>
license: MIT
github: icidasset/shikensu
default-extensions:
DisambiguateRecordFields
DuplicateRecordFields
OverloadedStrings
dependencies:
- aeson == 2.*
- base >= 4.9 && < 5
- bytestring >= 0.10 && < 0.12
- directory == 1.*
- filepath == 1.*
- flow >= 1.0 && < 3
- Glob >= 0.7 && < 1
- unordered-containers == 0.2.*
- text == 1.*
extra-source-files:
- "*.md"
- "tests/fixtures/example.md"
library:
source-dirs: src
tests:
spec:
main: Test.hs
source-dirs:
- tests
- src
dependencies:
- tasty == 1.*
- tasty-hunit == 0.*