Skip to content

Instantly share code, notes, and snippets.

@aeveltstra
Created November 3, 2023 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aeveltstra/a756166fcc6ebb30a8a3bca2b08a3dc0 to your computer and use it in GitHub Desktop.
Save aeveltstra/a756166fcc6ebb30a8a3bca2b08a3dc0 to your computer and use it in GitHub Desktop.
Cabal build file for the haskell webserver
cabal-version: >=1.10
-- Package description generated by 'cabal init'. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: webserver
version: 0.1.0.1
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: A.E.Veltstra
maintainer: aev@sdf.org
copyright: CopyLeft
category: Web Applications
build-type: Simple
extra-source-files: README.md
, CHANGELOG.md
executable webserver
main-is: Main.hs
other-extensions: OverloadedStrings
build-depends: base >=4.16 && <4.17
, wai
, wai-app-static
, wai-extra
, wai-log
, warp
, warp-tls
-- hs-source-dirs:
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment