ad-alta-voce/package.yaml

49 lines
1.1 KiB
YAML
Raw Normal View History

2021-01-10 20:13:54 +01:00
name: ad-alta-voce
version: 0.0.0.0
github: "norangebit/ad-alta-voce"
license: GPL3
author: "Raffaele Mignone"
maintainer: "git@norangeb.it"
copyright: "2021 norangebit"
extra-source-files:
- README.md
- ChangeLog.md
# 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
library:
source-dirs: src
executables:
ad-alta-voce-exe:
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