Make sure preprocessed module are on the module path

This commit is contained in:
Daniel Gröber
2015-08-10 05:14:31 +02:00
parent bb22b643e9
commit c4d534ba1c
5 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import Preprocessed
main :: IO ()
main = return warning

View File

@@ -0,0 +1,3 @@
module Preprocessed where
warning = ()

View File

@@ -0,0 +1,14 @@
name: cabal-preprocessors
version: 0.1.0.0
license-file: LICENSE
author: asd
maintainer: asd
build-type: Simple
cabal-version: >=1.10
executable cabal-preprocessors
main-is: Main.hs
build-depends: base
default-language: Haskell2010
other-modules: Preprocessed
ghc-options: -Wall