virtual/GHC: initial exheres

This commit is contained in:
Julian Ospald 2018-09-22 14:37:17 +08:00
parent 8e4512bfab
commit 8cfc6c559a
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# 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 )
"