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 4cff2c2 commit 674a11eCopy full SHA for 674a11e
.travis.yml
@@ -102,6 +102,7 @@ script:
102
103
# check that the generated source-distribution can be built & installed
104
- export SRC_TGZ=$(cabal-1.18 info . | awk '{print $2 ".tar.gz";exit}') ;
105
+ cp cabal.config dist;
106
cd dist/;
107
if [ -f "$SRC_TGZ" ]; then
108
cabal-1.18 install "$SRC_TGZ";
0 commit comments