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
# ^ - The package location 'no-pkg-here' does not exist.$
7
+
# Pseudo multiline string marking:
8
+
# ^When using configuration from: - else.project - dir-else/else.config The following errors occurred: - The package location 'no-pkg-here' does not exist.$
Copy file name to clipboardExpand all lines: cabal-testsuite/PackageTests/ProjectImport/ParseErrorProvenance/cabal.out
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,6 @@
1
1
# cabal v2-build
2
2
Warnings found while parsing the project file, else.project:
3
3
- dir-else/else.config: Unrecognized section '_' on line 3
4
-
# Multiline string marking:
5
-
# ^When using configuration from:$
6
-
# ^ - else.project$
7
-
# ^ - dir-else/else.config$
8
-
# ^The following errors occurred:$
9
-
# ^ - The package location 'no-pkg-here' does not exist.$
10
-
# Pseudo multiline string marking:
11
-
# ^When using configuration from: - else.project - dir-else/else.config The following errors occurred: - The package location 'no-pkg-here' does not exist.$
Copy file name to clipboardExpand all lines: cabal-testsuite/PackageTests/Regression/T5409/use-different-versions-of-dependency-for-library-and-build-tool.test.hs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
importTest.Cabal.Prelude
2
2
importData.Function ((&))
3
+
importData.List (isInfixOf)
3
4
4
5
-- The local package, pkg-1.0, depends on build-tool-pkg-1 as a library and
5
6
-- build-tool-pkg-2 as a build-tool. This test checks that cabal uses the
@@ -22,8 +23,8 @@ main = cabalTest $ withShorterPathForNewBuildStore $ do
0 commit comments