[commit: packages/deepseq] travis-tests: Fix lingering Travis issues (e8aab28)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:58:59 UTC 2017


Repository : ssh://git@git.haskell.org/deepseq

On branch  : travis-tests
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/e8aab28109a58a5bdb711df7562157b70f28fc98

>---------------------------------------------------------------

commit e8aab28109a58a5bdb711df7562157b70f28fc98
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Wed Oct 19 19:49:10 2016 -0400

    Fix lingering Travis issues


>---------------------------------------------------------------

e8aab28109a58a5bdb711df7562157b70f28fc98
 .travis.yml   | 2 +-
 deepseq.cabal | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a1346ab..2aa11b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 # This file has been generated -- see https://github.com/hvr/multi-ghc-travis
 language: c
-sudo: false
+sudo: true
 
 cache:
   directories:
diff --git a/deepseq.cabal b/deepseq.cabal
index 7590fcd..146e0a2 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -90,6 +90,7 @@ test-suite deepseq-generics-tests
     build-depends:
         array,
         base,
+        ghc-prim,
         -- end of packages with inherited version constraints
         test-framework == 0.8.*,
         test-framework-hunit == 0.3.*,



More information about the ghc-commits mailing list