hastatic/hastatic.cabal

38 lines
910 B
Plaintext
Raw Permalink Normal View History

2019-01-11 10:58:20 +05:30
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
2018-07-21 09:12:42 +05:30
--
-- see: https://github.com/sol/hpack
--
2019-01-11 10:58:20 +05:30
-- hash: ba9f9972cbf781c5c6c1ad0f3553a49c517986eacf5908171f6618fbeab640ee
2018-07-21 09:12:42 +05:30
name: hastatic
version: 0.9.0
description: Please see the README on GitHub at <https://github.com/abhin4v/hastatic#readme>
author: Abhinav Sarkar
maintainer: abhinav@abhinavsarkar.net
copyright: 2018 Abhinav Sarkar
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
executable hastatic
main-is: Main.hs
other-modules:
Paths_hastatic
hs-source-dirs:
src
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2
build-depends:
base >=4.7 && <5
2018-07-22 08:13:01 +05:30
, bytestring
2018-07-21 09:12:42 +05:30
, http-types
, text
, wai
, wai-middleware-static
, warp
2018-07-21 19:00:42 +05:30
, warp-tls
2018-07-21 09:12:42 +05:30
default-language: Haskell2010