From 8cfc6c559a9f7ae9ae51bef347f69a4b9e1082fa Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 22 Sep 2018 14:37:17 +0800 Subject: [PATCH] virtual/GHC: initial exheres --- packages/virtual/GHC/GHC-0.exheres-0 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/virtual/GHC/GHC-0.exheres-0 diff --git a/packages/virtual/GHC/GHC-0.exheres-0 b/packages/virtual/GHC/GHC-0.exheres-0 new file mode 100644 index 0000000..8969c9e --- /dev/null +++ b/packages/virtual/GHC/GHC-0.exheres-0 @@ -0,0 +1,22 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="Virtual: The Glasgow Haskell Compiler" +HOMEPAGE="" + +SLOT="0" +PLATFORMS="~amd64" +MYOPTIONS=" + ( providers: + ghc-bin + GHC + ) [[ + *description = [ ghc provider ] + number-selected = at-most-one + ]] +" + +DEPENDENCIES=" + providers:ghc-bin? ( dev-lang/ghc-bin ) + providers:GHC? ( dev-lang/GHC ) +"