Skip to content

Commit c5496f3

Browse files
author
Adam C. Foltzer
committed
update Example with NoImplicitPrelude
This adds a check for the issue in acfoltzer#1
1 parent 783f8c2 commit c5496f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Example.hs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
{-# LANGUAGE NoImplicitPrelude #-}
12
{-# LANGUAGE TemplateHaskell #-}
23
module Example where
4+
import Prelude (String, concat, error, otherwise)
35
import Development.GitRev
46

57
panic :: String -> a

0 commit comments

Comments
 (0)