From 67e86e58e0ffc4bc17c8f2ea978ba68ed82e5396 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 13 Feb 2018 12:33:11 +0100 Subject: [PATCH] gnu: ghc-directory: Add note. * gnu/packages/haskell.scm (ghc-directory): Add comment not to use this package as an input. --- gnu/packages/haskell.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 827ae756ea..4b961213f1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6594,6 +6594,7 @@ Colours can be blended and composed. Various colour spaces are supported. A module of colour names (\"Data.Colour.Names\") is provided.") (license license:expat))) +;; Do not use this as an input. It is part of GHC. (define-public ghc-directory (package (name "ghc-directory")