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
Copy file name to clipboardExpand all lines: cabal-testsuite/PackageTests/BuildTools/Internal/cabal.out
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,6 @@ Configuring library for foo-0.1.0.0..
12
12
Preprocessing library for foo-0.1.0.0..
13
13
Building library for foo-0.1.0.0..
14
14
Configuring executable 'hello-world' for foo-0.1.0.0..
15
+
Warning: The package has an extraneous version range for a dependency on an internal library: foo -any && ==0.1.0.0. This version range includes the current package but isn't needed as the current package's library will always be used.
15
16
Preprocessing executable 'hello-world' for foo-0.1.0.0..
16
17
Building executable 'hello-world' for foo-0.1.0.0..
Copy file name to clipboardExpand all lines: cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.out
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Configuring library for my-0.1..
9
9
Preprocessing library for my-0.1..
10
10
Building library for my-0.1..
11
11
Configuring test suite 'test-Short' for my-0.1..
12
+
Warning: The package has an extraneous version range for a dependency on an internal library: my -any && ==0.1, my -any && ==0.1. This version range includes the current package but isn't needed as the current package's library will always be used.
12
13
Preprocessing test suite 'test-Short' for my-0.1..
13
14
Building test suite 'test-Short' for my-0.1..
14
15
Running 1 test suites...
@@ -17,6 +18,7 @@ Test suite test-Short: PASS
17
18
Test suite logged to: <ROOT>/cabal.dist/work/./dist/build/<ARCH>/ghc-<GHCVER>/my-0.1/t/test-Short/test/my-0.1-test-Short.log
18
19
1 of 1 test suites (1 of 1 test cases) passed.
19
20
Configuring test suite 'test-Foo' for my-0.1..
21
+
Warning: The package has an extraneous version range for a dependency on an internal library: my -any && ==0.1, my -any && ==0.1. This version range includes the current package but isn't needed as the current package's library will always be used.
0 commit comments