her.esy.fun/src/posts/0010-Haskell-Now/hspwg/app/Main.hs
Yann Esposito (Yogsototh) f95b37c771
A few changes to the project
2020-01-03 08:21:17 +01:00

13 lines
210 B
Haskell

{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Protolude
import qualified MyLib (someFunc)
main :: IO ()
main = do
putText "Hello Haskell!"
MyLib.someFunc