[commit: ghc] wip/nfs-locking: Add bin-package-db (stage 0) to packages. (ad6da32)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:06:58 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/ad6da32754b4c9eea30f344beb36728302e03b8f/ghc

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

commit ad6da32754b4c9eea30f344beb36728302e03b8f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 15 11:46:20 2015 +0000

    Add bin-package-db (stage 0) to packages.


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

ad6da32754b4c9eea30f344beb36728302e03b8f
 src/Package.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Package.hs b/src/Package.hs
index b8de413..881fd21 100644
--- a/src/Package.hs
+++ b/src/Package.hs
@@ -11,6 +11,7 @@ import Package.Dependencies
 -- These are the packages we build:
 packages :: [Package]
 packages = [ libraryPackage "array"            Stage1 defaultSettings
+           , libraryPackage "bin-package-db"   Stage0 defaultSettings
            , libraryPackage "bin-package-db"   Stage1 defaultSettings
            , libraryPackage "binary"           Stage1 defaultSettings
            , libraryPackage "deepseq"          Stage1 defaultSettings



More information about the ghc-commits mailing list