ad-alta-voce/package.yaml

61 lines
1.3 KiB
YAML
Raw Normal View History

2021-01-10 20:13:54 +01:00
name: ad-alta-voce
2021-01-28 14:31:58 +01:00
version: 0.0.0.2
2021-01-10 20:13:54 +01:00
github: "norangebit/ad-alta-voce"
2021-01-24 15:35:00 +01:00
license: GPL-3
2021-01-10 20:13:54 +01:00
author: "Raffaele Mignone"
maintainer: "git@norangeb.it"
copyright: "2021 norangebit"
extra-source-files:
- README.md
- ChangeLog.md
data-dir: data
data-files:
- templates/podcast.mustache
2021-01-28 14:19:37 +01:00
- templates/index.html.mustache
2021-01-10 20:13:54 +01:00
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Script per la generazione dei Feed Podcast di Ad Alta Voce
dependencies:
- base >= 4.7 && < 5
- directory
- text
- time
- scalpel
- mustache
- parsec
- optparse-applicative
2021-01-10 20:13:54 +01:00
library:
source-dirs: src
executables:
loud:
2021-01-10 20:13:54 +01:00
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- ad-alta-voce
tests:
ad-alta-voce-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- ad-alta-voce