51 lines
		
	
	
		
			1012 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1012 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
packages: ./ghcup.cabal
 | 
						|
 | 
						|
optional-packages: ./vendored/*/*.cabal
 | 
						|
 | 
						|
optimization: 2
 | 
						|
 | 
						|
source-repository-package
 | 
						|
  type: git
 | 
						|
  location: https://github.com/fosskers/versions.git
 | 
						|
  tag: 7bc3355348aac3510771d4622aff09ac38c9924d
 | 
						|
 | 
						|
package ghcup
 | 
						|
  flags: +tui
 | 
						|
 | 
						|
if os(linux)
 | 
						|
  if arch(x86_64) || arch(i386)
 | 
						|
    package *
 | 
						|
      ghc-options: -split-sections -optl-static
 | 
						|
elif os(darwin)
 | 
						|
  constraints: zlib +bundled-c-zlib,
 | 
						|
               lzma +static
 | 
						|
elif os(mingw32)
 | 
						|
  constraints: zlib +bundled-c-zlib,
 | 
						|
               lzma +static,
 | 
						|
               text -simdutf
 | 
						|
elif os(freebsd)
 | 
						|
  constraints: zlib +bundled-c-zlib,
 | 
						|
               zip +disable-zstd
 | 
						|
  package *
 | 
						|
    ghc-options: -split-sections -pgmc clang++14
 | 
						|
 | 
						|
constraints: http-io-streams -brotli,
 | 
						|
             any.aeson >= 2.0.1.0,
 | 
						|
             any.hsc2hs ==0.68.8
 | 
						|
 | 
						|
package libarchive
 | 
						|
  flags: -system-libarchive
 | 
						|
 | 
						|
package aeson-pretty
 | 
						|
  flags: +lib-only
 | 
						|
 | 
						|
package cabal-plan
 | 
						|
  flags: -exe
 | 
						|
 | 
						|
package aeson
 | 
						|
  flags: +ordered-keymap
 | 
						|
 | 
						|
package streamly
 | 
						|
  flags: +use-unliftio
 | 
						|
 |