Rogan Creswick
Rogan Creswick
It's not likely that we'll be able to fix this; although we'd accept patches that do so. Can you transition to using cabal sandboxes, or are there features of cabal-dev...
I'm not sure if the escaped quotes would cause that failure or not -- I just don't know the details of the info parser well enough myself. Issues like this,...
@NobbZ your ls listing shows a file "problem8.txt", but the error message states that the file that can't be found is "data.txt"; is it possible that the filesystem changed and...
Good point re: README. I've added a note to the top.
Ah, that's a good point, and a situation we don't run into often. The reason this happens (as far as I know...) is because we're using a hack to get...
We're aware - the version in git should work (_please_ test it, and let us know if you have problems). A new release needs to be made, but we've been...
ah, cabal-dev configure is a dangerous, deep, ugly hole in most cases. We need to do something about that :(. The workaround is to forget about configure entirely, and just...
I /think/ the issues with `cabal-dev ghci` are related to the hack we're using to get the ghci command line params. Presumably, `cabal ghci` will get around these hacks, but...
This sounds suspiciously like some unexpected aspect of your environment is tweaking paths, but I'm at a bit of a loss as to what. Could you reproduce this and include...
Have you moved the project directory and/or cabal-dev sandbox to a new location on the filesystem? (possibly by creating the Code directory?) Can you reproduce this if you move /...