aboutsummaryrefslogtreecommitdiff
path: root/tests/Spec.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-10-30 20:21:14 +0100
committerDaniel Gröber <dxld@darkboxed.org>2015-10-30 20:21:14 +0100
commit3136610997c233937573953cc353b5833e3d8ead (patch)
treec54db0e2aaec7ba04339b582c59cfb3b479b0b50 /tests/Spec.hs
parent78a7500c6809a7360722bac7fb57ad5548116d1c (diff)
Fix warning
Diffstat (limited to 'tests/Spec.hs')
-rw-r--r--tests/Spec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs
index 6ac5d9c..81ea2aa 100644
--- a/tests/Spec.hs
+++ b/tests/Spec.hs
@@ -16,7 +16,7 @@ import CabalHelper.Types
main :: IO ()
main = do
flip (setEnv "HOME") True =<< fromMaybe "/tmp" <$> lookupEnv "TMPDIR"
- rawSystem "cabal" ["update"]
+ _ <- rawSystem "cabal" ["update"]
writeAutogenFiles readProcess "." "./dist"