-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mkComponentGraph is broken #6894
Milestone
Comments
--- a/cabal-testsuite/PackageTests/InternalLibraries/p/p.cabal
+++ b/cabal-testsuite/PackageTests/InternalLibraries/p/p.cabal
@@ -1,10 +1,10 @@
+cabal-version: 3.0
name: p
version: 0.1.0.0
-license: BSD3
+license: BSD-3-Clause
author: Edward Z. Yang
maintainer: [email protected]
build-type: Simple
-cabal-version: 1.24
library q
build-depends: base
@@ -13,7 +13,7 @@ library q
default-language: Haskell2010
library
- build-depends: base, q
+ build-depends: base, p:q
exposed-modules: P
hs-source-dirs: p
default-language: Haskell2010 is enough to reproduce this. Run then |
Solver also errors
|
phadej
added a commit
to phadej/cabal
that referenced
this issue
Jun 12, 2020
phadej
added a commit
to phadej/cabal
that referenced
this issue
Jun 12, 2020
phadej
added a commit
to phadej/cabal
that referenced
this issue
Jun 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that because of this issue the
foo:bar
syntax is broken beyond repair inCabal-3.0
and3.2
.The text was updated successfully, but these errors were encountered: