23 lines
		
	
	
		
			460 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			460 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								# 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 )
							 | 
						||
| 
								 | 
							
								"
							 |