3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

import: stackage: Fix typo.

* guix/import/stackage: Fix spelling of "version".
This commit is contained in:
Vagrant Cascadian 2019-09-23 12:04:36 -07:00
parent 4907b615c9
commit fa4867cc99
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -95,7 +95,7 @@
(lts-info-packages
(stackage-lts-info-fetch lts-version))))
"Fetch Cabal file for PACKAGE-NAME from hackage.haskell.org. The retrieved
vesion corresponds to the version of PACKAGE-NAME specified in the LTS-VERSION
version corresponds to the version of PACKAGE-NAME specified in the LTS-VERSION
release at stackage.org. Return the `package' S-expression corresponding to
that package, or #f on failure. PACKAGES-INFO is the alist with the packages
included in the Stackage LTS release."