gpm/package.yaml
Yann Esposito (Yogsototh) d0da04fc15
handle serve correctly
2018-10-21 16:27:42 +02:00

52 lines
906 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:
- ansi-terminal
- base >=4.8 && <5
- directory
- file-embed
- foldl
- mustache
- protolude
- text
- turtle
- unix
- wai
- wai-app-static
- warp
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)