Skip to content

Instantly share code, notes, and snippets.

@lierdakil
Last active August 1, 2017 01:35
Show Gist options
  • Select an option

  • Save lierdakil/64e2e84a443f5d6181cac5017e46e7a9 to your computer and use it in GitHub Desktop.

Select an option

Save lierdakil/64e2e84a443f5d6181cac5017e46e7a9 to your computer and use it in GitHub Desktop.
main :: IO ()
main = putStrLn $ "Hello World!"
resolver: lts-9.0
packages:
- '.'
name: test-proj
version: 0.1.0.0
homepage: https://github.com/githubuser/test-proj#readme
license: MIT
author: Author name here
maintainer: [email protected]
copyright: 2017 Author name here
category: Web
build-type: Simple
cabal-version: >=1.10
executable test-proj
hs-source-dirs: .
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment