Open chrissound opened 6 years ago
Hey, our sincerest apologies for taking so long to respond to this, we just saw it!
TimeLines is not really meant to be built and used as an executable; it relies on a Haskell interpreter (currently plain ghci
, but planning to migrate to using stack ghci
for extra consistency) to be useful. In other words, TimeLines uses the interpreter as a vehicle to get stuff done, and so it can only really be used within one.
Bundling a Haskell interpreter, together with the library, into an executable is on the roadmap, but currently it's proving trickier than we'd like.
For what it's worth, stack build
should be working now.
Seems a bit odd as Setup.hs does not seem to contain anything besides the default?