File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,14 @@ consider during package retrieval. This allows use of a package from a
216
216
remote version control system, rather than looking for that package in
217
217
Hackage.
218
218
219
+ Since version 3.4, cabal-install creates tarballs for each package coming from a
220
+ ``source-repository-package `` stanza (effectively applying cabal sdists to such
221
+ packages). It gathers the names of the packages from the appropriate ``.cabal ``
222
+ file in the version control repository, and allows their use just like Hackage
223
+ or locally defined packages.
224
+
225
+ There is no command line variant of this stanza.
226
+
219
227
.. code-block :: cabal
220
228
221
229
packages: .
@@ -237,12 +245,6 @@ Hackage.
237
245
tag: e76fdc753e660dfa615af6c8b6a2ad9ddf6afe70
238
246
post-checkout-command: autoreconf -i
239
247
240
- Since version 3.4, cabal-install creates tarballs for each package coming
241
- from a ``source-repository-package `` stanza (effectively applying cabal
242
- sdists to such packages). It gathers the names of the packages from the
243
- appropriate ``.cabal `` file in the version control repository, and allows
244
- their use just like Hackage or locally defined packages.
245
-
246
248
.. _source-repository-package-fields :
247
249
248
250
The :ref: `VCS fields<vcs-fields> ` of ``source-repository-package `` are:
You can’t perform that action at this time.
0 commit comments