blob: 55aa3a5a6cddf67e1b0e346251498e20dd36c064 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SafeLang12.hs:2:14: warning:
-XTemplateHaskell is not allowed in Safe Haskell; ignoring -XTemplateHaskell
SafeLang12_B.hs:2:14: warning:
-XTemplateHaskell is not allowed in Safe Haskell; ignoring -XTemplateHaskell
[1 of 3] Compiling SafeLang12_A ( SafeLang12_A.hs, SafeLang12_A.o )
[2 of 3] Compiling SafeLang12_B ( SafeLang12_B.hs, SafeLang12_B.o )
[3 of 3] Compiling Main ( SafeLang12.hs, SafeLang12.o )
SafeLang12.hs:8:1: error:
parse error on input ‘$’
Perhaps you intended to use TemplateHaskell
|