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 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