kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

Building in a non-git repo fails #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
Get and unpack the tarball of source.
cabal configure && cabal build

This fails because our Setup.hs requires git. If there is no git, or no git 
repo, then Setup should leave the version alone, or perhaps add -unknown or 
-tarball... or somethin'.

OS & browser info:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like 
Gecko) Chrome/26.0.1410.65 Safari/537.31

Original issue reported on code.google.com by mzero@google.com on 22 Apr 2013 at 9:07