diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 12:33:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:41 +0100 |
commit | 67e86e58e0ffc4bc17c8f2ea978ba68ed82e5396 (patch) | |
tree | 6155351f6de3ed53bc54e0e46ac9c9519dcd558f /gnu/packages/haskell.scm | |
parent | 0498d1689d41381e240a4ea4dc7aaa0c905b55b1 (diff) |
gnu: ghc-directory: Add note.
* gnu/packages/haskell.scm (ghc-directory): Add comment not to use this
package as an input.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r-- | gnu/packages/haskell.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |