Closed bgamari closed 12 years ago
Please, merge this!
Thanks for this -- works for me. Duncan just pushed a patch to the tar repository which now also builds with 7.6.1.
Is there any movement on this? It'd be great to have a version on hackage that's 7.6.1-friendly!
Installs fine (GHC 7.6.1 on OS X 10.8)
Compiled packages with private dependancies using cabal-dev add-source
Then tried to cabal-dev ghci
and got the following:
cabal-dev: user error (Warning: cannot determine version of
/Users/jonathanjouty/.cabal/bin/fake-ghc-cabal-dev :
"== GHC Arguments: Start ==\n--numeric-version\n== GHC Arguments: End ==\n"
cabal: ghcInvocation: the programVersion must not be Nothing
)
Don't know if this is an isolated issue, same error when trying on a package without private dependancies. Maybe to do with the following:
$ cabal-dev --version
cabal-dev 0.9.2
built with Cabal 1.16.0
$ cabal --version
cabal-install version 1.16.0
using version 1.16.0 of the Cabal library
I'm closing this in favor of https://github.com/creswick/cabal-dev/pull/72. Please see the comments in the other pull request for details. Thank you!
Does this look reasonable? Unfortunately this also requires some patches for tar which I have yet to get to Duncan.