You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
685 B
32 lines
685 B
name: hastatic
|
|
version: 1.0.0
|
|
license: BSD3
|
|
author: "Abhinav Sarkar"
|
|
maintainer: "abhinav@abhinavsarkar.net"
|
|
copyright: "2018-2019 Abhinav Sarkar"
|
|
|
|
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
|
|
- warp-tls
|
|
- http-types
|
|
- wai-middleware-static
|
|
- text
|
|
- bytestring
|
|
|