guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: purescript: Update to 0.15.9.


From: guix-commits
Subject: 02/03: gnu: purescript: Update to 0.15.9.
Date: Thu, 22 Jun 2023 00:57:53 -0400 (EDT)

jgart pushed a commit to branch master
in repository guix.

commit 7a68780f50453111c2ea293c5af6e26ff323a512
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Jun 15 00:32:39 2023 -0500

    gnu: purescript: Update to 0.15.9.
    
    * gnu/packages/purescript.scm (purescript): Update to 0.15.9.
    [arguments]: Break line to satisfy the linter.
---
 gnu/packages/purescript.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm
index 3ae078db75..df9267692a 100644
--- a/gnu/packages/purescript.scm
+++ b/gnu/packages/purescript.scm
@@ -34,13 +34,13 @@
 (define-public purescript
   (package
     (name "purescript")
-    (version "0.15.8")
+    (version "0.15.9")
     (source
      (origin
        (method url-fetch)
        (uri (hackage-uri "purescript" version))
        (sha256
-        (base32 "1h5d5hjc9hrlk718lf62qzaq1l6ppr0l2b3fl78csyh86cihh750"))))
+        (base32 "1i9wszs5kwwq0l8l4if05y8xc8fih10assrdj8q1ipr0hx3zjawm"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "purescript")))
     (inputs (list ghc-aeson
@@ -109,7 +109,8 @@
                 dep))))
          (add-after 'register 'remove-libraries
            (lambda* (#:key outputs #:allow-other-keys)
-             (delete-file-recursively (string-append (assoc-ref outputs "out") 
"/lib")))))))
+             (delete-file-recursively
+               (string-append (assoc-ref outputs "out") "/lib")))))))
     (home-page "https://www.purescript.org/";)
     (synopsis "Haskell inspired programming language compiling to JavaScript")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]