mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 07:03:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			408 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			408 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
cradle:
 | 
						|
  multi:
 | 
						|
    # - path: "ignore/"
 | 
						|
    #   config: {cradle: {none: }}
 | 
						|
 | 
						|
    - path: "src"
 | 
						|
      config: {cradle: {cabal: {component: "lib:hello"}}}
 | 
						|
 | 
						|
    - path: "app"
 | 
						|
      config: {cradle: {cabal: {component: "hello:hello-exe"}}}
 | 
						|
 | 
						|
    - path: "test"
 | 
						|
      config: {cradle: {cabal: {component: "hello:hello-test"}}}
 | 
						|
 | 
						|
    - path: "bench"
 | 
						|
      config: {cradle: {cabal: {component: "hello:hello-bench"}}}
 |