-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhakyll-process.cabal
28 lines (26 loc) · 1.09 KB
/
hakyll-process.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
name: hakyll-process
version: 0.0.3.0
synopsis: Hakyll compiler for arbitrary external processes.
description: Exposes Hakyll compilers for passing file paths to external processes.
Transformed results are made available as Hakyll `Items`.
homepage: https://github.com/jhmcstanton/hakyll-process#readme
license: BSD3
license-file: LICENSE
author: Jim McStanton
maintainer: [email protected]
copyright: 2020 Jim McStanton
category: Web
build-type: Simple
extra-source-files: README.md CHANGELOG.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Hakyll.Process
build-depends: base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.12
, hakyll >= 4.12 && < 5
, typed-process >= 0.2.3 && < 0.3
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/jhmcstanton/hakyll-process