A projetos-aula/aula06/.gitignore => projetos-aula/aula06/.gitignore +2 -0
@@ 0,0 1,2 @@
+.stack-work/
+*~
A projetos-aula/aula06/aula06.cabal => projetos-aula/aula06/aula06.cabal +19 -0
@@ 0,0 1,19 @@
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.34.6.
+--
+-- see: https://github.com/sol/hpack
+
+name: aula06
+version: 0.1.0.0
+build-type: Simple
+
+executable aula06
+ main-is: Main.hs
+ other-modules:
+ Paths_aula06
+ hs-source-dirs:
+ src
+ build-depends:
+ base
+ default-language: Haskell2010
A projetos-aula/aula06/package.yaml => projetos-aula/aula06/package.yaml +9 -0
@@ 0,0 1,9 @@
+name: aula06
+version: 0.1.0.0
+
+executable:
+ main: Main.hs
+ source-dirs: src
+
+dependencies:
+- base
A projetos-aula/aula06/src/Main.hs => projetos-aula/aula06/src/Main.hs +4 -0
@@ 0,0 1,4 @@
+module Main where
+
+main :: IO ()
+main = putStrLn "Hello, World"
A projetos-aula/aula06/stack.yaml => projetos-aula/aula06/stack.yaml +1 -0
@@ 0,0 1,1 @@
+resolver: lts-18.24
A projetos-aula/aula06/stack.yaml.lock => projetos-aula/aula06/stack.yaml.lock +12 -0
@@ 0,0 1,12 @@
+# This file was autogenerated by Stack.
+# You should not edit this file by hand.
+# For more information, please see the documentation at:
+# https://docs.haskellstack.org/en/stable/lock_files
+
+packages: []
+snapshots:
+- completed:
+ size: 587821
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/24.yaml
+ sha256: 06d844ba51e49907bd29cb58b4a5f86ee7587a4cd7e6cf395eeec16cba619ce8
+ original: lts-18.24