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 e639ea7 commit cf59c44Copy full SHA for cf59c44
ChangeLog.md
@@ -7,6 +7,8 @@ Release notes:
7
* Further to the release notes for Stack 2.3.1, the `-static` suffix has been
8
removed from the statically linked Linux/x86_64 binaries.
9
10
+* Add unpacking of source repository packages (`extra-deps`).
11
+
12
**Changes since v2.11.1:**
13
14
Major changes:
doc/unpack_command.md
@@ -17,3 +17,6 @@ By default:
17
* the package is unpacked into a directory named after the package and its
18
version. Pass the option `--to <directory>` to specify the destination
19
directory.
20
21
+If PACKAGE is the name of a source repository package or a suffix of its URL
22
+then the unpacking is direct, not via a package index.
0 commit comments