creswick / cabal-dev

A wrapper program around cabal and cabal-install that maintains sandboxed build environments.
BSD 3-Clause "New" or "Revised" License
150 stars 24 forks source link

Extra slash in sandbox paths #103

Closed hdgarrood closed 7 years ago

hdgarrood commented 11 years ago

For example, with https://github.com/hdgarrood/multicopter:

$ cabal-dev install
Resolving dependencies...
[...]
Installing executable(s) in /home/harry/code/multicopter/cabal-dev//bin
[...]

This is just a cosmetic issue, though; doesFileExist and readFile still seem to work.