aboutsummaryrefslogtreecommitdiff
path: root/doc
ModeNameSize
-rw-r--r--build.scm63439logplainabout
-rw-r--r--contributing.texi116544logplainabout
-rw-r--r--environment-gdb.scm425logplainabout
-rw-r--r--fdl-1.3.texi23433logplainabout
-rw-r--r--guix-cookbook.texi197114logplainabout
-rw-r--r--guix.texi1751746logplainabout
-rw-r--r--he-config-bare-bones.scm783logplainabout
-rw-r--r--htmlxref.cnf22884logplainabout
d---------images540logplain
-rw-r--r--local.mk8946logplainabout
-rw-r--r--package-hello.json840logplainabout
-rw-r--r--package-hello.scm615logplainabout
ges-info' to 'packages'. (latest-lts-release): Likewise. (stackage-package?): Rename to... (stackage-lts-package?): ... this. Adjust to new API. (%stackage-updater)[pred]: Update accordingly. * tests/lint.scm ("haskell-stackage"): Add "snapshot" entry in JSON snippet. Ludovic Courtès 2021-09-28test: lint: Fix ‘haskell-stackage’ test....This is a follow-up to commit 9c5e5ca1c0de56a0d5b2b924de10548172095b58. The previous package was called “ghc-x” which is not available on Stackage, instead change it to “ghc-pandoc” which does exist, and adjust its version. * tests/lint.scm ("haskell-stackage"): Add additional metadata for the package; change package name to “ghc-pandoc”; and change to version to “100.0”. Reported-by: Tobias Geerinckx-Rice <me@tobias.gr> Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Xinglu Chen 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-13lint: Check for leading whitespace in description....* guix/lint.scm (check-description-style): Check for leading whitespace. * tests/lint.scm: ("description: leading whitespace"): New test. Brice Waegeneire 2021-07-11lint: Add 'input-labels' checker....* guix/lint.scm (check-input-labels): New procedure. (%local-checkers): Add 'input-labels' checker. * tests/lint.scm ("input labels: no warnings") ("input labels: one warning"): New tests. * doc/guix.texi (Invoking guix lint): Mention it. Ludovic Courtès