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

moved all code to a src subdirectory. a couple of test cases fail, but no huge deal.

parent c5568e76
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 1 deletion
......@@ -5,6 +5,7 @@ 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
......@@ -51,6 +52,7 @@ Extensions: CPP
executable: cabal-setup
main-is: DefaultSetup.lhs
hs-source-dir: src
Other-Modules:
Distribution.Compat.ReadP,
Distribution.Extension,
......
......@@ -110,7 +110,7 @@ hunitInstall-stamp: hunit-stamp
moduleTest:
mkdir -p dist/debug
$(HC) $(GHCFLAGS) $(ISPOSIX) -DDEBUG -odir dist/debug -hidir dist/debug -idist/debug/:.:tests/HUnit-1.0/src tests/ModuleTest.hs -o moduleTest
$(HC) $(GHCFLAGS) $(ISPOSIX) -DDEBUG -odir dist/debug -hidir dist/debug -idist/debug/:src:tests/HUnit-1.0/src tests/ModuleTest.hs -o moduleTest
tests: moduleTest clean
cd tests/A && make clean
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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