mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use HACKAGE-URI for packages from Hackage.
Script-aided bulk change.
This commit is contained in:
parent
d06ae53013
commit
890a181ed1
10 changed files with 707 additions and 2217 deletions
|
@ -38,10 +38,7 @@
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://hackage.haskell.org/package/purescript/purescript-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (hackage-uri "purescript" version))
|
||||
(sha256
|
||||
(base32 "06f318hdah076vkviw1ryyg2p0gpbabsp8lbm5x03f2qv92n9j1n"))))
|
||||
(build-system haskell-build-system)
|
||||
|
@ -135,10 +132,7 @@ expressive types, inspired by Haskell and compiling to JavaScript.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://hackage.haskell.org/package/purescript-cst/purescript-cst-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (hackage-uri "purescript-cst" version))
|
||||
(sha256
|
||||
(base32 "0r3f5lr9lrv9wpgkwj6nyl42lvxryj2lvr1w7ld4gki8ylq24n8g"))))
|
||||
(build-system haskell-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue