[commit: ghc] ghc-lwc2: Added missing library to ghc.mk, which was removed erroneously during merge with master. (dc88fe6)

Sivaramakrishnan Krishnamoorthy Chandrasekaran t-sichan at microsoft.com
Tue Apr 23 06:19:39 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : ghc-lwc2

https://github.com/ghc/ghc/commit/dc88fe692fef334da511a407d5105aee343b720c

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

commit dc88fe692fef334da511a407d5105aee343b720c
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Tue Apr 23 00:18:50 2013 -0400

    Added missing library to ghc.mk, which was removed erroneously during merge with master.

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

 ghc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ghc.mk b/ghc.mk
index 4bd2de3..c9e5bbc 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -365,6 +365,7 @@ PACKAGES_STAGE1 += deepseq
 PACKAGES_STAGE1 += bytestring
 PACKAGES_STAGE1 += containers
 PACKAGES_STAGE1 += old-locale
+PACKAGES_STAGE1 += lwconc
 
 ifeq "$(Windows_Host)" "YES"
 PACKAGES_STAGE1 += Win32





More information about the ghc-commits mailing list