make: re-enable multi-package ghci prompts
This commit is contained in:
		
							parent
							
								
									a3e975bdb8
								
							
						
					
					
						commit
						e2126fe480
					
				
							
								
								
									
										29
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										29
									
								
								Makefile
									
									
									
									
									
								
							| @ -789,26 +789,25 @@ quickheap-%: hledgerprof samplejournals \ | |||||||
| # 	(cd hledger-web; cabal repl exe:hledger-web)
 | # 	(cd hledger-web; cabal repl exe:hledger-web)
 | ||||||
| 
 | 
 | ||||||
| # multi-package GHCI prompts
 | # multi-package GHCI prompts
 | ||||||
| # XXX disabled since broken by file-embed
 | ghci: \ | ||||||
| # ghci: \
 |  | ||||||
| # 	 	$(call def-help,ghci, start a GHCI REPL and load the hledger-lib and hledger packages)
 | # 	 	$(call def-help,ghci, start a GHCI REPL and load the hledger-lib and hledger packages)
 | ||||||
| # 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger/Hledger/Cli/Main.hs
 | 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger/Hledger/Cli/Main.hs | ||||||
| #
 | 
 | ||||||
| # ghci-dev: \
 | ghci-dev: \ | ||||||
| # 	 	$(call def-help,ghci, start a GHCI REPL and load the dev.hs script plus hledger-lib and hledger)
 | # 	 	$(call def-help,ghci, start a GHCI REPL and load the dev.hs script plus hledger-lib and hledger)
 | ||||||
| # 	stack exec $(GHCI) -- $(BUILDFLAGS) -fno-warn-unused-imports -fno-warn-unused-binds dev.hs
 | 	stack exec $(GHCI) -- $(BUILDFLAGS) -fno-warn-unused-imports -fno-warn-unused-binds dev.hs | ||||||
| #
 | 
 | ||||||
| # ghci-ui: \
 | ghci-ui: \ | ||||||
| # 		$(call def-help,ghci-ui, start a GHCI REPL and load the hledger-lib, hledger and hledger-ui packages)
 | # 		$(call def-help,ghci-ui, start a GHCI REPL and load the hledger-lib, hledger and hledger-ui packages)
 | ||||||
| # 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-ui/Hledger/UI/Main.hs
 | 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-ui/Hledger/UI/Main.hs | ||||||
| #
 | 
 | ||||||
| # ghci-web: \
 | ghci-web: \ | ||||||
| # 		$(call def-help,ghci-web, start a GHCI REPL and load the hledger-lib, hledger and hledger-web packages)
 | # 		$(call def-help,ghci-web, start a GHCI REPL and load the hledger-lib, hledger and hledger-web packages)
 | ||||||
| # 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-web/app/main.hs
 | 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-web/app/main.hs | ||||||
| #
 | 
 | ||||||
| # ghci-api: \
 | ghci-api: \ | ||||||
| # 		$(call def-help,ghci-api, start a GHCI REPL and load the hledger-lib, hledger and hledger-api packages)
 | # 		$(call def-help,ghci-api, start a GHCI REPL and load the hledger-lib, hledger and hledger-api packages)
 | ||||||
| # 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-api/hledger-api.hs
 | 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-api/hledger-api.hs | ||||||
| 
 | 
 | ||||||
| samplejournals: \ | samplejournals: \ | ||||||
| 	data/sample.journal \
 | 	data/sample.journal \
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user