gpm/package.yaml

49 lines
869 B
YAML
Raw Normal View History

2018-08-31 09:19:20 +00:00
name: gpm
version: '0.1.0.0'
category: Test
author: Yann Esposito
maintainer: yann.esposito@gmail.com
copyright: © 2017 Yann Esposito
license: ISC
2018-08-31 09:44:36 +00:00
homepage: https://gitlab.esy.fun/yogsototh/gpm
2018-08-31 09:19:20 +00:00
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
2018-10-14 12:00:19 +00:00
- ansi-terminal
2018-10-06 16:47:11 +00:00
- directory
2018-08-31 09:44:36 +00:00
- file-embed
2018-08-31 20:43:19 +00:00
- foldl
2018-09-01 16:09:26 +00:00
- mustache
2018-10-06 16:47:11 +00:00
- protolude
2018-09-01 21:47:42 +00:00
- text
2018-10-06 16:47:11 +00:00
- turtle
2018-08-31 09:19:20 +00:00
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)