-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.yaml
More file actions
39 lines (34 loc) · 805 Bytes
/
package.yaml
File metadata and controls
39 lines (34 loc) · 805 Bytes
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
name: urlpath
version: 11.0.2
github: "athanclark/urlpath"
license: BSD3
author: "Athan Clark"
maintainer: "athan.clark@gmail.com"
copyright: "Copyright (c) 2023 Athan Clark"
extra-source-files:
- README.md
synopsis: Painfully simple URL deployment.
category: Web, Data
description: Please see the README on Github at <https://github.com/athanclark/urlpath#readme>
ghc-options:
- -Wall
dependencies:
- base >= 4.11 && < 5
- attoparsec-uri >= 0.0.9
- exceptions
- mmorph
- monad-control
- monad-control-aligned >= 0.0.2
- monad-logger
- mtl
- path >= 0.9
- path-extra >= 0.3.0
- resourcet
- split
- strict
- text
- transformers
- transformers-base
- vector
library:
source-dirs: src