Create cabal project
This commit is contained in:
parent
5f97539997
commit
a9fc4edabe
4
Main.hs
Normal file
4
Main.hs
Normal file
@ -0,0 +1,4 @@
|
||||
module Main (main) where
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello, Haskell!"
|
14
gloss-tryout.cabal
Normal file
14
gloss-tryout.cabal
Normal file
@ -0,0 +1,14 @@
|
||||
cabal-version: >=1.10
|
||||
|
||||
name: gloss-tryout
|
||||
version: 0.1.0
|
||||
license: ISC
|
||||
license-file: LICENSE
|
||||
author: Camden Dixie O'Brien
|
||||
maintainer: cdo@wip.sh
|
||||
build-type: Simple
|
||||
|
||||
executable gloss-tryout
|
||||
main-is: Main.hs
|
||||
build-depends: base, gloss
|
||||
default-language: Haskell2010
|
Loading…
x
Reference in New Issue
Block a user