diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-01-04 09:37:26 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-02-26 10:20:11 +0100 |
commit | cad6aa8082e99fe60570e3fd53a0e5876a8f243e (patch) | |
tree | 2704c2060dfdd956dfe2a455673aa7ac9e923395 /gnu/packages/purescript.scm | |
parent | 84549dcf380b1ed7712816a1ff1bfe9688c1d9a7 (diff) |
gnu: Add upstream-name property to Haskell packages.
Script-aided bulk change.
Diffstat (limited to 'gnu/packages/purescript.scm')
-rw-r--r-- | gnu/packages/purescript.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm index 0fca9bd171..da4e2a205e 100644 --- a/gnu/packages/purescript.scm +++ b/gnu/packages/purescript.scm @@ -45,6 +45,7 @@ (sha256 (base32 "06f318hdah076vkviw1ryyg2p0gpbabsp8lbm5x03f2qv92n9j1n")))) (build-system haskell-build-system) + (properties '((upstream-name . "purescript"))) (inputs (list ghc-glob ghc-aeson @@ -141,6 +142,7 @@ expressive types, inspired by Haskell and compiling to JavaScript.") (sha256 (base32 "0r3f5lr9lrv9wpgkwj6nyl42lvxryj2lvr1w7ld4gki8ylq24n8g")))) (build-system haskell-build-system) + (properties '((upstream-name . "purescript-cst"))) (arguments `(#:phases (modify-phases %standard-phases |