tools: add a shebang line to cabal script
This commit is contained in:
		
							parent
							
								
									991204d59a
								
							
						
					
					
						commit
						2054f58f6a
					
				| @ -1,10 +1,11 @@ | ||||
| #!/usr/bin/env bash | ||||
| # Run this script to install all hledger packages using cabal | ||||
| # (if you prefer using cabal to stack) | ||||
| 
 | ||||
| # use a sandbox in this directory to avoid build problems | ||||
| # make a sandbox in this directory to avoid build problems | ||||
| cabal sandbox init | ||||
| 
 | ||||
| # maybe useful for some developers.. | ||||
| # might be useful for some developers.. | ||||
| cabal sandbox add-source ./hledger-lib | ||||
| cabal sandbox add-source ./hledger | ||||
| cabal sandbox add-source ./hledger-ui | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user