all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 6ab4716fc454747c3b2aadd7d07dd027a031b631 1192 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
40
 
Allow the purescript dependencies to better match the available packages in
Guix.

--- purescript-0.13.8/purescript.cabal
+++ purescript-0.13.8/purescript.cabal.orig
@@ -1091 +1091 @@ library
-        Glob ==0.9.*,
+        Glob ==0.10.*,
@@ -1095 +1095 @@ library
-        ansi-terminal >=0.7.1 && <0.9,
+        ansi-terminal ==0.9.*,
@@ -1105 +1105 @@ library
-        clock <0.8,
+        clock ==0.8.*,
@@ -1173 +1173 @@ executable purs
-        Glob ==0.9.*,
+        Glob ==0.10.*,
@@ -1177 +1177 @@ executable purs
-        ansi-terminal >=0.7.1 && <0.9,
+        ansi-terminal ==0.9.*,
@@ -1188 +1188 @@ executable purs
-        clock <0.8,
+        clock ==0.8.*,
@@ -1209 +1209 @@ executable purs
-        network >=3.0.1.1 && <3.1,
+        network >=2.8 && <3.1,
@@ -1288 +1288 @@ test-suite tests
-        Glob ==0.9.*,
+        Glob ==0.10.*,
@@ -1293 +1293 @@ test-suite tests
-        ansi-terminal >=0.7.1 && <0.9,
+        ansi-terminal ==0.9.*,
@@ -1303 +1303 @@ test-suite tests
-        clock <0.8,
+        clock ==0.8.*,
@@ -1315,2 +1315,2 @@ test-suite tests
-        hspec <2.7,
-        hspec-discover <2.7,
+        hspec ==2.7.*,
+        hspec-discover ==2.7.*,

debug log:

solving 6ab4716fc4 ...
found 6ab4716fc4 in https://git.savannah.gnu.org/cgit/guix.git

(*) 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.