Skip to content
Snippets Groups Projects
Commit 16ba3527 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

more changes relating to src move

parent 3ca03393
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ Build-Depends: base, util
License: BSD3
License-File: LICENSE
Author: Isaac Jones <ijones@syntaxpolice.org>
hs-source-dir: src
Maintainer: Isaac Jones <ijones@syntaxpolice.org>
Homepage: http://www.haskell.org/cabal/
Synopsis: A framework for packaging Haskell software
......
......@@ -387,7 +387,7 @@ hunitTests
= let suffixes = ["hs", "lhs"]
in [TestCase $
#ifdef mingw32_TARGET_OS
do mp1 <- moduleToFilePath ["src"] "Distribution.Simple.Build" suffixes --exists
do mp1 <- moduleToFilePath [""] "Distribution.Simple.Build" suffixes --exists
mp2 <- moduleToFilePath [""] "Foo.Bar" suffixes -- doesn't exist
assertEqual "existing not found failed"
(Just "Distribution\\Simple\\Build.hs") mp1
......
#HC=/tmp/ghc/bin/ghc
HC=ghc
setup: Setup.lhs
$(HC) -cpp --make -i../../src Setup.lhs -o setup 2>out.build
$(HC) -cpp --make -i../.. Setup.lhs -o setup 2>out.build
clean:
rm -f setup a.out .setup-config register.sh unregister.sh out.build
rm -rf ,tmp* dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment