You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cabal sdist has a bug, which does not appear when using Setup.lhs
$ cabal clean
cleaning...
$ cabal sdist --snapshot
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for free-theorems-0.2.1.20081016...
cabal: dist/src/free-theorems-0.2.1: getDirectoryContents: does not exist (No such file or directory)
$ runhaskell Setup.lhs sdist --snapshot
Warning: Cannot run preprocessors. Run 'configure' command first.
Building source dist for free-theorems-0.2.1.20081016...
Source tarball created: dist/free-theorems-0.2.1.20081016.tar.gz
$ cat Setup.lhs
# !/usr/bin/env runhaskell
> import Distribution.Simple
> main = defaultMain
Using cabal-install 0.6.0, Cabal 1.6.0.1, ghc 6.8.2. I haven’t looked at the code, but I assume it’s a simple mistake.
The text was updated successfully, but these errors were encountered:
(Imported from Trac #372, reported by @nomeata on 2008-10-16)
Hi,
cabal sdist has a bug, which does not appear when using Setup.lhs
Using cabal-install 0.6.0, Cabal 1.6.0.1, ghc 6.8.2. I haven’t looked at the code, but I assume it’s a simple mistake.The text was updated successfully, but these errors were encountered: