Add a manual testcase for the "not interpreted" issue

This commit is contained in:
Daniel Gröber
2015-09-16 08:36:35 +02:00
parent 0fde762500
commit 6f0eb46db9
5 changed files with 430 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module Main where
import A
main = print foo

View File

@@ -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