Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
af2c3285
Commit
af2c3285
authored
Oct 18, 2016
by
Edward Z. Yang
Browse files
Put PackageTests.Tests in the correct spot, and fix up update-cabal-files.sh.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
692eb7c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cabal/Cabal.cabal
View file @
af2c3285
...
...
@@ -297,7 +297,6 @@ extra-source-files:
tests/PackageTests/TestSuiteTests/LibV09/Lib.hs
tests/PackageTests/TestSuiteTests/LibV09/LibV09.cabal
tests/PackageTests/TestSuiteTests/LibV09/tests/Deadlock.hs
tests/PackageTests/Tests.hs
tests/PackageTests/UniqueIPID/P1/M.hs
tests/PackageTests/UniqueIPID/P1/my.cabal
tests/PackageTests/UniqueIPID/P2/M.hs
...
...
@@ -590,6 +589,7 @@ test-suite package-tests
PackageTests.TestStanza.Check
PackageTests.TestSuiteTests.ExeV10.Check
PackageTests.PackageTester
PackageTests.Tests
hs-source-dirs: tests
build-depends:
base,
...
...
update-cabal-files.sh
View file @
af2c3285
#!/bin/sh
(
cd
Cabal
;
misc/gen-extra-source-files.
s
h Cabal.cabal
)
(
cd
cabal-install
;
../Cabal/misc/gen-extra-source-files.
s
h cabal-install.cabal
)
(
cd
Cabal
;
misc/gen-extra-source-files.h
s
Cabal.cabal
)
(
cd
cabal-install
;
../Cabal/misc/gen-extra-source-files.h
s
cabal-install.cabal
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment