tools: re-enable the ghci and ghci-web rules
This commit is contained in:
		
							parent
							
								
									892b0b226a
								
							
						
					
					
						commit
						b4320e08d4
					
				
							
								
								
									
										22
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								Makefile
									
									
									
									
									
								
							| @ -69,7 +69,7 @@ export LANG?=en_US.UTF-8 | |||||||
| # PRINT=lpr
 | # PRINT=lpr
 | ||||||
| 
 | 
 | ||||||
| GHC=ghc | GHC=ghc | ||||||
| # GHCI=ghci
 | GHCI=ghci | ||||||
| # GHCPKG=ghc-pkg
 | # GHCPKG=ghc-pkg
 | ||||||
| # HADDOCK=haddock
 | # HADDOCK=haddock
 | ||||||
| # CABAL=cabal
 | # CABAL=cabal
 | ||||||
| @ -139,10 +139,10 @@ VERSIONFILE=.version | |||||||
| # two or three-part version string, whatever's in VERSION
 | # two or three-part version string, whatever's in VERSION
 | ||||||
| VERSION:=$(shell cat $(VERSIONFILE)) | VERSION:=$(shell cat $(VERSIONFILE)) | ||||||
| 
 | 
 | ||||||
| # # the number of commits since the last tag
 | # the number of commits since the last tag
 | ||||||
| # PATCHLEVEL:=$(shell git describe --long | awk -F - '{print $$2}')
 | PATCHLEVEL:=$(shell git describe --long | awk -F - '{print $$2}') | ||||||
| # # the number of commits since the last_release tag
 | # the number of commits since the last_release tag
 | ||||||
| # #PATCHLEVEL:=$(shell git rev-list last_release..HEAD | wc -l)
 | #PATCHLEVEL:=$(shell git rev-list last_release..HEAD | wc -l)
 | ||||||
| 
 | 
 | ||||||
| # flags for ghc builds
 | # flags for ghc builds
 | ||||||
| 
 | 
 | ||||||
| @ -773,13 +773,13 @@ cabalfiletest: \ | |||||||
| # 	$(call def-help,repl-web, start a cabal REPL and load the hledger-web package)
 | # 	$(call def-help,repl-web, start a cabal REPL and load the hledger-web package)
 | ||||||
| # 	(cd hledger-web; cabal repl exe:hledger-web)
 | # 	(cd hledger-web; cabal repl exe:hledger-web)
 | ||||||
| 
 | 
 | ||||||
| # ghci: \
 | ghci: \ | ||||||
| # 	$(call def-help,ghci, start a sandbox-aware 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) | ||||||
| # 	cabal exec $(GHCI) -- $(BUILDFLAGS) hledger/Hledger/Cli/Main.hs
 | 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger/Hledger/Cli/Main.hs | ||||||
| 
 | 
 | ||||||
| # ghci-web: \
 | ghci-web: \ | ||||||
| # 	$(call def-help,ghci-web, start a sandbox-aware 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) | ||||||
| # 	cabal exec $(GHCI) -- $(BUILDFLAGS) hledger-web/app/main.hs
 | 	stack exec $(GHCI) -- $(BUILDFLAGS) hledger-web/app/main.hs | ||||||
| 
 | 
 | ||||||
| # samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/1000x10000x10.journal data/10000x1000x10.journal data/10000x10000x10.journal data/100000x1000x10.journal \
 | # samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/1000x10000x10.journal data/10000x1000x10.journal data/10000x10000x10.journal data/100000x1000x10.journal \
 | ||||||
| # 	$(call def-help,samplejournals,\
 | # 	$(call def-help,samplejournals,\
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user