Do some basic setup
This commit is contained in:
parent
b3b0fc3cc8
commit
929fa12b6d
4 changed files with 20 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module Main where
|
module Main where
|
||||||
|
|
||||||
import Lib
|
import Rextra.Rextra (rextra)
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = someFunc
|
main = rextra
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
module Lib
|
|
||||||
( someFunc
|
|
||||||
) where
|
|
||||||
|
|
||||||
someFunc :: IO ()
|
|
||||||
someFunc = putStrLn "someFunc"
|
|
||||||
6
src/Rextra/Rextra.hs
Normal file
6
src/Rextra/Rextra.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
-- This file will be split up as it grows.
|
||||||
|
module Rextra.Rextra where
|
||||||
|
|
||||||
|
-- * Just a placeholder function
|
||||||
|
rextra :: IO ()
|
||||||
|
rextra = putStrLn "rextra"
|
||||||
12
stack.yaml.lock
Normal file
12
stack.yaml.lock
Normal file
|
|
@ -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: 524786
|
||||||
|
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/11.yaml
|
||||||
|
sha256: 088bb91b545839510a41ae92fa5feb36779ef3529571a42bd12b9f51eb89ded3
|
||||||
|
original: lts-14.11
|
||||||
Loading…
Add table
Add a link
Reference in a new issue