Skip to content

Instantly share code, notes, and snippets.

@CRogers
Last active August 29, 2015 14:27
Show Gist options
  • Save CRogers/ee2d6906501d05840561 to your computer and use it in GitHub Desktop.
Save CRogers/ee2d6906501d05840561 to your computer and use it in GitHub Desktop.
ARM GHC
name: arm
version: 0.1.0.0
author: Callum Rogers
maintainer: some@email.com
build-type: Simple
cabal-version: >=1.10
executable arm
main-is: Main.hs
build-depends: base == 4.7
default-language: Haskell2010
module Main where
main = putStrLn "cabal says hi"
import Distribution.Simple
main = defaultMain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment