[commit: ghc] master: Add unlit to testsuitePackages (#688) (407190e)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:20:33 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/407190e6e8d0ce29960317495a6f6dcf5e31aa4a/ghc

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

commit 407190e6e8d0ce29960317495a6f6dcf5e31aa4a
Author: Alp Mestanogullari <alpmestan at gmail.com>
Date:   Thu Sep 13 00:21:07 2018 +0200

    Add unlit to testsuitePackages (#688)


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

407190e6e8d0ce29960317495a6f6dcf5e31aa4a
 src/Settings/Default.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Settings/Default.hs b/src/Settings/Default.hs
index e9d4f68..82bfc9a 100644
--- a/src/Settings/Default.hs
+++ b/src/Settings/Default.hs
@@ -137,7 +137,8 @@ testsuitePackages = do
              , hsc2hs
              , iserv
              , parallel
-             , runGhc        ] ++
+             , runGhc
+             , unlit         ] ++
              [ timeout | win ]
 
 -- | Default build ways for library packages:



More information about the ghc-commits mailing list