mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
import: stackage: Adjust API URL.
See https://github.com/commercialhaskell/stackage-server/issues/353. * guix/import/stackage.scm (%stackage-url): Adjust to new API URL. Change-Id: I9bc1a10154340f89dcbacf715bd5ea5a9ef90b88
This commit is contained in:
parent
1870e79bc2
commit
a5768ec093
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(define %stackage-url
|
(define %stackage-url
|
||||||
(make-parameter "https://www.stackage.org"))
|
(make-parameter "https://www.stackage.org/api/v1/snapshot"))
|
||||||
|
|
||||||
;; Latest LTS version compatible with current GHC.
|
;; Latest LTS version compatible with current GHC.
|
||||||
(define %default-lts-version "20.26")
|
(define %default-lts-version "20.26")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue