hastatic/package.yaml

33 lines
685 B
YAML
Raw Normal View History

2018-07-21 09:12:42 +05:30
name: hastatic
2019-07-12 09:29:55 +05:30
version: 1.0.0
2018-07-21 09:12:42 +05:30
license: BSD3
author: "Abhinav Sarkar"
maintainer: "abhinav@abhinavsarkar.net"
2019-07-12 09:29:55 +05:30
copyright: "2018-2019 Abhinav Sarkar"
2018-07-21 09:12:42 +05:30
extra-source-files:
- README.md
description: Please see the README on GitHub at <https://github.com/abhin4v/hastatic#readme>
dependencies:
- base >= 4.7 && < 5
executables:
hastatic:
main: Main.hs
source-dirs: src
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -O2
dependencies:
- wai
- warp
2018-07-21 19:00:42 +05:30
- warp-tls
2018-07-21 09:12:42 +05:30
- http-types
- wai-middleware-static
- text
2018-07-22 08:13:01 +05:30
- bytestring