Skip to content
Snippets Groups Projects
Commit 8fd55593 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

2nd attempt

parent c0960e51
No related branches found
Tags haddock-2.16.0-release
No related merge requests found
......@@ -123,6 +123,7 @@ script:
- ${CABAL} v2-sdist all | color_cabal_output
# Unpacking...
- mv dist-newstyle/sdist/*.tar.gz ${DISTDIR}/
- cp -av th-tests ${DISTDIR}/th-tests.src
- cd ${DISTDIR} || false
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
# Generate cabal.project
......@@ -131,7 +132,7 @@ script:
- |
echo 'packages: "text-*/*.cabal"' >> cabal.project
- |
echo 'packages: ../th-tests/' >> cabal.project
echo 'packages: ./th-tests.src/' >> cabal.project
- |
echo "write-ghc-environment-files: always" >> cabal.project
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(text)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
......
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