Add a manual testcase for the "not interpreted" issue
This commit is contained in:
5
test/manual/not-interpreted-error/proj/Main.hs
Normal file
5
test/manual/not-interpreted-error/proj/Main.hs
Normal file
@@ -0,0 +1,5 @@
|
||||
module Main where
|
||||
|
||||
import A
|
||||
|
||||
main = print foo
|
||||
@@ -0,0 +1,12 @@
|
||||
name: not-interpreted-error
|
||||
version: 0.1.0.0
|
||||
license-file: LICENSE
|
||||
author: asdf
|
||||
maintainer: asdf
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
|
||||
executable main
|
||||
main-is: Main.hs
|
||||
build-depends: base
|
||||
default-language: Haskell2010
|
||||
Reference in New Issue
Block a user