Skip to content

Commit bb2a5f6

Browse files
andreabediniangerman
authored andcommitted
Update patches
1 parent 48b7b39 commit bb2a5f6

21 files changed

+0
-326
lines changed

patches/ghc843/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
packages.deepseq.patches = [ ({ version }: if version == "1.4.3.0" then ./deepseq-1.4.3.0.patch else null) ];
44
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
55
packages.parallel.patches = [ ({ version }: if version == "3.2.1.1" then ./parallel-3.2.1.1.patch else null) ];
6-
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
76
packages.random.patches = [ ({ version }: if version == "1.1" then ./random-1.1.patch else null) ];
87
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
98
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];

patches/ghc843/parsec-3.1.13.0.patch

-24
This file was deleted.

patches/ghc843/unix-2.7.2.2.patch

-13
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
9696
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9797
&& LARGE_OFF_T % 2147483647 == 1)
9898
? 1 : -1];
99-
diff --git a/unix.cabal b/unix.cabal
100-
index cf44068..6714fb2 100644
101-
--- a/unix.cabal
102-
+++ b/unix.cabal
103-
@@ -62,7 +62,7 @@ library
104-
buildable: False
105-
106-
build-depends:
107-
- base >= 4.5 && < 4.11,
108-
+ base >= 4.5 && < 4.12,
109-
bytestring >= 0.9.2 && < 0.11,
110-
time >= 1.2 && < 1.9
111-

patches/ghc844/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
packages.deepseq.patches = [ ({ version }: if version == "1.4.3.0" then ./deepseq-1.4.3.0.patch else null) ];
44
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
55
packages.parallel.patches = [ ({ version }: if version == "3.2.1.1" then ./parallel-3.2.1.1.patch else null) ];
6-
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
76
packages.random.patches = [ ({ version }: if version == "1.1" then ./random-1.1.patch else null) ];
87
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
98
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];

patches/ghc844/parsec-3.1.13.0.patch

-24
This file was deleted.

patches/ghc844/unix-2.7.2.2.patch

-13
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
9696
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9797
&& LARGE_OFF_T % 2147483647 == 1)
9898
? 1 : -1];
99-
diff --git a/unix.cabal b/unix.cabal
100-
index cf44068..6714fb2 100644
101-
--- a/unix.cabal
102-
+++ b/unix.cabal
103-
@@ -62,7 +62,7 @@ library
104-
buildable: False
105-
106-
build-depends:
107-
- base >= 4.5 && < 4.11,
108-
+ base >= 4.5 && < 4.12,
109-
bytestring >= 0.9.2 && < 0.11,
110-
time >= 1.2 && < 1.9
111-

patches/ghc861/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
44
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
55
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
6-
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
76
packages.process.patches = [ ({ version }: if version == "1.6.3.0" then ./process-1.6.3.0.patch else null) ];
87
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
98
packages.transformers.patches = [ ({ version }: if version == "0.5.5.0" then ./transformers-0.5.5.0.patch else null) ];

patches/ghc861/parsec-3.1.13.0.patch

-36
This file was deleted.

patches/ghc861/unix-2.7.2.2.patch

-13
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
9696
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9797
&& LARGE_OFF_T % 2147483647 == 1)
9898
? 1 : -1];
99-
diff --git a/unix.cabal b/unix.cabal
100-
index cf44068..bb3155f 100644
101-
--- a/unix.cabal
102-
+++ b/unix.cabal
103-
@@ -62,7 +62,7 @@ library
104-
buildable: False
105-
106-
build-depends:
107-
- base >= 4.5 && < 4.11,
108-
+ base >= 4.5 && < 4.13,
109-
bytestring >= 0.9.2 && < 0.11,
110-
time >= 1.2 && < 1.9
111-

patches/ghc862/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
33
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
44
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
5-
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
65
packages.process.patches = [ ({ version }: if version == "1.6.3.0" then ./process-1.6.3.0.patch else null) ];
76
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
87
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];

patches/ghc862/parsec-3.1.13.0.patch

-36
This file was deleted.

patches/ghc862/unix-2.7.2.2.patch

-13
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
9696
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9797
&& LARGE_OFF_T % 2147483647 == 1)
9898
? 1 : -1];
99-
diff --git a/unix.cabal b/unix.cabal
100-
index cf44068..bb3155f 100644
101-
--- a/unix.cabal
102-
+++ b/unix.cabal
103-
@@ -62,7 +62,7 @@ library
104-
buildable: False
105-
106-
build-depends:
107-
- base >= 4.5 && < 4.11,
108-
+ base >= 4.5 && < 4.13,
109-
bytestring >= 0.9.2 && < 0.11,
110-
time >= 1.2 && < 1.9
111-

patches/ghc863/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
33
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
44
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
5-
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
65
packages.process.patches = [ ({ version }: if version == "1.6.3.0" then ./process-1.6.3.0.patch else null) ];
76
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
87
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];

patches/ghc863/parsec-3.1.13.0.patch

-36
This file was deleted.

patches/ghc863/unix-2.7.2.2.patch

-13
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
9696
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9797
&& LARGE_OFF_T % 2147483647 == 1)
9898
? 1 : -1];
99-
diff --git a/unix.cabal b/unix.cabal
100-
index cf44068..bb3155f 100644
101-
--- a/unix.cabal
102-
+++ b/unix.cabal
103-
@@ -62,7 +62,7 @@ library
104-
buildable: False
105-
106-
build-depends:
107-
- base >= 4.5 && < 4.11,
108-
+ base >= 4.5 && < 4.13,
109-
bytestring >= 0.9.2 && < 0.11,
110-
time >= 1.2 && < 1.9
111-

patches/ghc864/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
33
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
44
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
5-
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
65
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
76
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];
87
}

patches/ghc864/parsec-3.1.13.0.patch

-36
This file was deleted.

patches/ghc864/unix-2.7.2.2.patch

-13
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
9696
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
9797
&& LARGE_OFF_T % 2147483647 == 1)
9898
? 1 : -1];
99-
diff --git a/unix.cabal b/unix.cabal
100-
index cf44068..bb3155f 100644
101-
--- a/unix.cabal
102-
+++ b/unix.cabal
103-
@@ -62,7 +62,7 @@ library
104-
buildable: False
105-
106-
build-depends:
107-
- base >= 4.5 && < 4.11,
108-
+ base >= 4.5 && < 4.13,
109-
bytestring >= 0.9.2 && < 0.11,
110-
time >= 1.2 && < 1.9
111-

patches/ghc865/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
33
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
4-
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
54
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
65
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];
76
}

patches/ghc865/parsec-3.1.13.0.patch

-36
This file was deleted.

0 commit comments

Comments
 (0)