10 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			187 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| load(
 | |
|     "@io_tweag_rules_haskell//haskell:haskell.bzl",
 | |
|     "haskell_library",
 | |
| )
 | |
| 
 | |
| haskell_library(
 | |
|     name = "booleans",
 | |
|     srcs = ["Bool.hs"],
 | |
|     visibility = ["//main:__pkg__"],
 | |
| )
 |