Skip to content

Instantly share code, notes, and snippets.

@teodorlu
Created August 14, 2016 13:07
Show Gist options
  • Save teodorlu/731518975c3f395dbb4b73374f8732c3 to your computer and use it in GitHub Desktop.
Save teodorlu/731518975c3f395dbb4b73374f8732c3 to your computer and use it in GitHub Desktop.
import Distribution.Simple
main = defaultMain
-- Initial webapp.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: webapp
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
author: Teodor Heggelund
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable webapp
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
-- hs-source-dirs:
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment