all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 4571fea654ed3d5a9b31166e9231ca28b3634567 1265 bytes (raw)
name: gnu/packages/patches/purescript-relax-dependencies.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
 
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
-        Glob ==0.9.*,
+        Glob ==0.10.*,
@@ -1171,1 +1171,1 @@ library
-        ansi-terminal >=0.7.1 && <0.9,
+        ansi-terminal ==0.9.*,
@@ -1180,1 +1180,1 @@ library
-        clock <0.8,
+        clock ==0.8.*,
@@ -1246,1 +1246,1 @@ executable purs
-        Glob ==0.9.*,
+        Glob ==0.10.*,
@@ -1250,1 +1250,1 @@ executable purs
-        ansi-terminal >=0.7.1 && <0.9,
+        ansi-terminal ==0.9.*,
@@ -1260,1 +1260,1 @@ executable purs
-        clock <0.8,
+        clock ==0.8.*,
@@ -1281,1 +1281,1 @@ executable purs
-        network >=3.0.1.1 && <3.1,
+        network >=2.8 && <3.1,
@@ -1358,1 +1358,1 @@ test-suite tests
-        Glob ==0.9.*,
+        Glob ==0.10.*,
@@ -1363,1 +1363,1 @@ test-suite tests
-        ansi-terminal >=0.7.1 && <0.9,
+        ansi-terminal ==0.9.*,
@@ -1372,1 +1372,1 @@ test-suite tests
-        clock <0.8,
+        clock ==0.8.*,
@@ -1384,2 +1384,2 @@ test-suite tests
-        hspec <2.7,
-        hspec-discover <2.7,
+        hspec ==2.7.*,
+        hspec-discover ==2.7.*,

debug log:

solving 4571fea654 ...
found 4571fea654 in https://yhetil.org/guix/87sggb2rn1.fsf@asu.edu/

applying [1/1] https://yhetil.org/guix/87sggb2rn1.fsf@asu.edu/
diff --git a/gnu/packages/patches/purescript-relax-dependencies.patch b/gnu/packages/patches/purescript-relax-dependencies.patch
new file mode 100644
index 0000000000..4571fea654

Checking patch gnu/packages/patches/purescript-relax-dependencies.patch...
Applied patch gnu/packages/patches/purescript-relax-dependencies.patch cleanly.

index at:
100644 4571fea654ed3d5a9b31166e9231ca28b3634567	gnu/packages/patches/purescript-relax-dependencies.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.