Mirrors the rust exec-helpers Change-Id: I96f211d6545e228b8ae0c1dce4e60e6f6867690c Reviewed-on: https://cl.tvl.fyi/c/depot/+/6117 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Text
		
	
	
	
	
	
cabal-version:      2.4
 | 
						|
name:               arglib-netencode
 | 
						|
version:            0.1.0.0
 | 
						|
author:             Profpatsch
 | 
						|
maintainer:         mail@profpatsch.de
 | 
						|
 | 
						|
library
 | 
						|
    exposed-modules:          ArglibNetencode
 | 
						|
 | 
						|
    build-depends:
 | 
						|
        base ^>=4.15.1.0,
 | 
						|
        my-prelude,
 | 
						|
        netencode,
 | 
						|
        exec-helpers,
 | 
						|
        attoparsec,
 | 
						|
        unix
 | 
						|
    default-language: Haskell2010
 |