We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff050dd commit 75aef8fCopy full SHA for 75aef8f
message-index/messages/S-4804/does-not-match/before/package.yaml
@@ -2,7 +2,7 @@ name: blah
2
3
dependencies:
4
- base >= 4.7 && < 5
5
-- say >= 0.2.0.1
+- say >= 100.2.0.1
6
7
library:
8
source-dirs: src
message-index/messages/S-4804/does-not-match/index.md
@@ -10,7 +10,7 @@ The specific version of the package is not provided by the snapshot. The error t
10
While constructing the build plan, Stack encountered the following exceptions:
11
12
In the dependencies for blah-0.1.0.0:
13
- say-0.1.0.1 from Stack configuration does not match >=0.2.0.1
+ say-0.1.0.1 from Stack configuration does not match >=100.2.0.1
14
needed since blah is a build target.
15
16
Some different approaches to resolving this:
0 commit comments