gpm/package.yaml
Yann Esposito (Yogsototh) ce3c01c7cd
naive review handling
2018-10-06 18:47:11 +02:00

47 lines
853 B
YAML

name: gpm
version: '0.1.0.0'
category: Test
author: Yann Esposito
maintainer: yann.esposito@gmail.com
copyright: © 2017 Yann Esposito
license: ISC
homepage: https://gitlab.esy.fun/yogsototh/gpm
default-extensions:
- OverloadedStrings
- NoImplicitPrelude
- ScopedTypeVariables
- Strict
extra-source-files:
- README.org
- stack.yaml
ghc-options:
- -O2
- -Werror
- -Wall
- -Wcompat
- -Wincomplete-uni-patterns
- -Wredundant-constraints
- -Wnoncanonical-monad-instances
dependencies:
- base >=4.8 && <5
- directory
- file-embed
- foldl
- mustache
- protolude
- text
- turtle
library:
source-dirs: src
executables:
gpm:
main: Main.hs
source-dirs: src-exe
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -optP-Wno-nonportable-include-path
dependencies:
- gpm
stability: alpha (experimental)