unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45228] [PATCH 0/2] Update Purescript to 0.13.8
@ 2020-12-13 20:39 BonfaceKilz
  2020-12-13 20:39 ` [bug#45228] [PATCH 1/2] gnu: purescript: Update patch for Purescript 0.13.8 BonfaceKilz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: BonfaceKilz @ 2020-12-13 20:39 UTC (permalink / raw)
  To: 45228; +Cc: BonfaceKilz, jsoo1

Hi all! Find attached a patch-set that bumps up Purescript to the latest
stable release. The updated patch file simply updates the line-numbers.

BonfaceKilz (2):
  gnu: purescript: Update patch for Purescript 0.13.8.
  gnu: purescript: Update to 0.13.8.

 .../purescript-relax-dependencies.patch       | 28 +++++++++----------
 gnu/packages/purescript.scm                   |  7 +++--
 2 files changed, 18 insertions(+), 17 deletions(-)

-- 
2.29.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#45228] [PATCH 1/2] gnu: purescript: Update patch for Purescript 0.13.8.
  2020-12-13 20:39 [bug#45228] [PATCH 0/2] Update Purescript to 0.13.8 BonfaceKilz
@ 2020-12-13 20:39 ` BonfaceKilz
  2020-12-13 20:39 ` [bug#45228] [PATCH 2/2] gnu: purescript: Update to 0.13.8 BonfaceKilz
  2020-12-13 21:55 ` bug#45228: [PATCH 0/2] Update Purescript " Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: BonfaceKilz @ 2020-12-13 20:39 UTC (permalink / raw)
  To: 45228; +Cc: BonfaceKilz, jsoo1

* gnu/packages/patches/purescript-relax-dependencies.patch: Update patch for
new version of Purescript.
---
 .../purescript-relax-dependencies.patch       | 28 +++++++++----------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/patches/purescript-relax-dependencies.patch b/gnu/packages/patches/purescript-relax-dependencies.patch
index 11c4a3c3fc..6ab4716fc4 100644
--- a/gnu/packages/patches/purescript-relax-dependencies.patch
+++ b/gnu/packages/patches/purescript-relax-dependencies.patch
@@ -1,41 +1,39 @@
 Allow the purescript dependencies to better match the available packages in
 Guix.
 
-diff --git purescript-0.13.6/purescript.cabal purescript-0.13.6/purescript.cabal.orig
-index 7e38070..0724a0b 100644
---- purescript-0.13.6/purescript.cabal
-+++ purescript-0.13.6/purescript.cabal.orig
-@@ -1167,1 +1167,1 @@ library
+--- purescript-0.13.8/purescript.cabal
++++ purescript-0.13.8/purescript.cabal.orig
+@@ -1091 +1091 @@ library
 -        Glob ==0.9.*,
 +        Glob ==0.10.*,
-@@ -1171,1 +1171,1 @@ library
+@@ -1095 +1095 @@ library
 -        ansi-terminal >=0.7.1 && <0.9,
 +        ansi-terminal ==0.9.*,
-@@ -1180,1 +1180,1 @@ library
+@@ -1105 +1105 @@ library
 -        clock <0.8,
 +        clock ==0.8.*,
-@@ -1246,1 +1246,1 @@ executable purs
+@@ -1173 +1173 @@ executable purs
 -        Glob ==0.9.*,
 +        Glob ==0.10.*,
-@@ -1250,1 +1250,1 @@ executable purs
+@@ -1177 +1177 @@ executable purs
 -        ansi-terminal >=0.7.1 && <0.9,
 +        ansi-terminal ==0.9.*,
-@@ -1260,1 +1260,1 @@ executable purs
+@@ -1188 +1188 @@ executable purs
 -        clock <0.8,
 +        clock ==0.8.*,
-@@ -1281,1 +1281,1 @@ executable purs
+@@ -1209 +1209 @@ executable purs
 -        network >=3.0.1.1 && <3.1,
 +        network >=2.8 && <3.1,
-@@ -1358,1 +1358,1 @@ test-suite tests
+@@ -1288 +1288 @@ test-suite tests
 -        Glob ==0.9.*,
 +        Glob ==0.10.*,
-@@ -1363,1 +1363,1 @@ test-suite tests
+@@ -1293 +1293 @@ test-suite tests
 -        ansi-terminal >=0.7.1 && <0.9,
 +        ansi-terminal ==0.9.*,
-@@ -1372,1 +1372,1 @@ test-suite tests
+@@ -1303 +1303 @@ test-suite tests
 -        clock <0.8,
 +        clock ==0.8.*,
-@@ -1384,2 +1384,2 @@ test-suite tests
+@@ -1315,2 +1315,2 @@ test-suite tests
 -        hspec <2.7,
 -        hspec-discover <2.7,
 +        hspec ==2.7.*,
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#45228] [PATCH 2/2] gnu: purescript: Update to 0.13.8.
  2020-12-13 20:39 [bug#45228] [PATCH 0/2] Update Purescript to 0.13.8 BonfaceKilz
  2020-12-13 20:39 ` [bug#45228] [PATCH 1/2] gnu: purescript: Update patch for Purescript 0.13.8 BonfaceKilz
@ 2020-12-13 20:39 ` BonfaceKilz
  2020-12-13 21:55 ` bug#45228: [PATCH 0/2] Update Purescript " Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: BonfaceKilz @ 2020-12-13 20:39 UTC (permalink / raw)
  To: 45228; +Cc: BonfaceKilz, jsoo1

* gnu/packages/purescript.scm (purescript): Update to 0.13.8.
[inputs]: Add ghc-cborg, ghc-serialise.
---
 gnu/packages/purescript.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm
index 13cd773839..cc51b163c9 100644
--- a/gnu/packages/purescript.scm
+++ b/gnu/packages/purescript.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
+;;; Copyright © 2020 Bonface Munyoki Kilyungi <bonfacemunyoki@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,7 +48,7 @@
 (define-public purescript
   (package
     (name "purescript")
-    (version "0.13.6")
+    (version "0.13.8")
     (source
      (origin
        (method url-fetch)
@@ -57,7 +58,7 @@
              ".tar.gz"))
        (sha256
         (base32
-         "1xss3wpv6wb38gsh9r635s09cxzmiz81hhssdxzdba2pw6ifzx8j"))
+         "0sh9z3ir3jiwmi5h95v9p7j746xxidg1hrxha89c0zl6vr4sq7vh"))
        (patches (search-patches "purescript-relax-dependencies.patch"))))
     (build-system haskell-build-system)
     (inputs
@@ -70,6 +71,7 @@
        ("ghc-blaze-html" ,ghc-blaze-html)
        ("ghc-bower-json" ,ghc-bower-json)
        ("ghc-boxes" ,ghc-boxes)
+       ("ghc-cborg" ,ghc-cborg)
        ("ghc-cheapskate" ,ghc-cheapskate)
        ("ghc-clock" ,ghc-clock)
        ("ghc-cryptonite" ,ghc-cryptonite)
@@ -95,6 +97,7 @@
        ("ghc-scientific" ,ghc-scientific)
        ("ghc-semialign" ,ghc-semialign)
        ("ghc-semigroups" ,ghc-semigroups)
+       ("ghc-serialise" ,ghc-serialise)
        ("ghc-sourcemap" ,ghc-sourcemap)
        ("ghc-split" ,ghc-split)
        ("ghc-stringsearch" ,ghc-stringsearch)
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#45228: [PATCH 0/2] Update Purescript to 0.13.8
  2020-12-13 20:39 [bug#45228] [PATCH 0/2] Update Purescript to 0.13.8 BonfaceKilz
  2020-12-13 20:39 ` [bug#45228] [PATCH 1/2] gnu: purescript: Update patch for Purescript 0.13.8 BonfaceKilz
  2020-12-13 20:39 ` [bug#45228] [PATCH 2/2] gnu: purescript: Update to 0.13.8 BonfaceKilz
@ 2020-12-13 21:55 ` Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-12-13 21:55 UTC (permalink / raw)
  To: BonfaceKilz; +Cc: 45228-done, jsoo1

On Sun, Dec 13, 2020 at 11:39:55PM +0300, BonfaceKilz wrote:
> Hi all! Find attached a patch-set that bumps up Purescript to the latest
> stable release. The updated patch file simply updates the line-numbers.

Thanks! Pushed as ce8c83ddab20e74b73fa4902af9ccbea8faf8df7




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-13 21:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 20:39 [bug#45228] [PATCH 0/2] Update Purescript to 0.13.8 BonfaceKilz
2020-12-13 20:39 ` [bug#45228] [PATCH 1/2] gnu: purescript: Update patch for Purescript 0.13.8 BonfaceKilz
2020-12-13 20:39 ` [bug#45228] [PATCH 2/2] gnu: purescript: Update to 0.13.8 BonfaceKilz
2020-12-13 21:55 ` bug#45228: [PATCH 0/2] Update Purescript " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).