Last active
August 1, 2017 01:35
-
-
Save lierdakil/64e2e84a443f5d6181cac5017e46e7a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main :: IO () | |
| main = putStrLn $ "Hello World!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resolver: lts-9.0 | |
| packages: | |
| - '.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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