NoImplicitPrelude language extension; add Relude dependency
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{-# LANGUAGE NoImplicitPrelude #-}
|
||||
|
||||
module Main (main) where
|
||||
|
||||
-- IMPORTS --
|
||||
|
||||
import Graphics.Rendering.OpenGL as GL
|
||||
import Graphics.UI.GLFW as GLFW
|
||||
import Control.Monad (forever)
|
||||
import System.Exit (exitSuccess)
|
||||
import Relude
|
||||
import Relude.Monad (forever)
|
||||
|
||||
-- MAIN --
|
||||
|
||||
|
||||
Reference in New Issue
Block a user