Skip to content

Instantly share code, notes, and snippets.

@paulkoerbitz
Last active August 29, 2015 14:11
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 paulkoerbitz/e977a7f9699f160a0071 to your computer and use it in GitHub Desktop.
Save paulkoerbitz/e977a7f9699f160a0071 to your computer and use it in GitHub Desktop.
name: ghc-mod-test
version: 0.1.0.0
license-file: LICENSE
author: Paul Koerbitz
maintainer: paul.koerbitz@gmail.com
build-type: Simple
cabal-version: >=1.10
executable ghc-mod-test
main-is: Main.hs
build-depends: base >=4.7 && <4.8
, mtl >= 2.0
default-language: Haskell2010
module Main where
main :: IO ()
main = putStrLn "Hello, world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment