We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8b4e6 commit 036358bCopy full SHA for 036358b
.travis.yml
@@ -87,7 +87,7 @@ install:
87
script:
88
# test that source-distributions can be generated
89
- (cd "." && cabal sdist)
90
- - mv "."/dist/threadscope-*.tar.gz ${DISTDIR}/
+ - mv "."/dist-newstyle/sdist/threadscope-*.tar.gz ${DISTDIR}/
91
- cd ${DISTDIR} || false
92
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
93
- "printf 'packages: threadscope-*/*.cabal\\n' > cabal.project"
0 commit comments