-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitja.cabal
44 lines (43 loc) · 1.58 KB
/
gitja.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
name: gitja
version: 0.3.0.0
synopsis: 🐙 Templated web page generator for your git repositories
description: 🐙 Templated web page generator for your git repositories
homepage: https://github.com/m-col/gitja#readme
bug-reports: https://github.com/m-col/gitja/issues
license: BSD3
license-file: LICENSE
author: Matt Colligan
maintainer: mcol@posteo.net
copyright: 2021 Matt Colligan
category: Web, Git
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.rst
executable gitja
hs-source-dirs: src
main-is: Main.hs
other-modules: Index, Env, Repositories, Templates, Types, Paths_gitja
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, conduit >= 1.1.0
, bytestring
, data-default
, dhall
, directory
, exceptions
, extra
, file-embed
, filepath
, ginger >= 0.10.4.0
, gitlib
, gitlib-libgit2
, hlibgit2
, optparse-applicative
, path
, path-io >= 1.3.0
, tagged
, text
, transformers
, unliftio-core
, unordered-containers
, utf8-string