-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlojbanistan-de.cabal
33 lines (31 loc) · 1.11 KB
/
lojbanistan-de.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
-- Initial lojbanistan-de.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: lojbanistan-de
version: 0.1.0.0
synopsis: Seitengenerator von lojbanistan.de
-- description:
homepage: lojbanistan.de
license: GPL-3
license-file: license/LICENSE-site-gen.txt
author: Profpatsch <[email protected]>, uwap <[email protected]>
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
extra-source-files: site-gen/ChangeLog.md, README.md
cabal-version: >=1.10
executable lojbanistan-de
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.10
, protolude
, filepath
, hakyll >= 4.9
, tagsoup
, text
, mtl
, containers
hs-source-dirs: site-gen
default-language: Haskell2010
ghc-options: -Wall