Skip to content

Commit

Permalink
Update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Mar 10, 2023
1 parent b145526 commit abb090e
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 326 deletions.
1 change: 0 additions & 1 deletion patches/ghc843/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
packages.deepseq.patches = [ ({ version }: if version == "1.4.3.0" then ./deepseq-1.4.3.0.patch else null) ];
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
packages.parallel.patches = [ ({ version }: if version == "3.2.1.1" then ./parallel-3.2.1.1.patch else null) ];
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
packages.random.patches = [ ({ version }: if version == "1.1" then ./random-1.1.patch else null) ];
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];
Expand Down
24 changes: 0 additions & 24 deletions patches/ghc843/parsec-3.1.13.0.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/ghc843/unix-2.7.2.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
diff --git a/unix.cabal b/unix.cabal
index cf44068..6714fb2 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
buildable: False

build-depends:
- base >= 4.5 && < 4.11,
+ base >= 4.5 && < 4.12,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.9

1 change: 0 additions & 1 deletion patches/ghc844/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
packages.deepseq.patches = [ ({ version }: if version == "1.4.3.0" then ./deepseq-1.4.3.0.patch else null) ];
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
packages.parallel.patches = [ ({ version }: if version == "3.2.1.1" then ./parallel-3.2.1.1.patch else null) ];
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
packages.random.patches = [ ({ version }: if version == "1.1" then ./random-1.1.patch else null) ];
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];
Expand Down
24 changes: 0 additions & 24 deletions patches/ghc844/parsec-3.1.13.0.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/ghc844/unix-2.7.2.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
diff --git a/unix.cabal b/unix.cabal
index cf44068..6714fb2 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
buildable: False

build-depends:
- base >= 4.5 && < 4.11,
+ base >= 4.5 && < 4.12,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.9

1 change: 0 additions & 1 deletion patches/ghc861/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
packages.process.patches = [ ({ version }: if version == "1.6.3.0" then ./process-1.6.3.0.patch else null) ];
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
packages.transformers.patches = [ ({ version }: if version == "0.5.5.0" then ./transformers-0.5.5.0.patch else null) ];
Expand Down
36 changes: 0 additions & 36 deletions patches/ghc861/parsec-3.1.13.0.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/ghc861/unix-2.7.2.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
diff --git a/unix.cabal b/unix.cabal
index cf44068..bb3155f 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
buildable: False

build-depends:
- base >= 4.5 && < 4.11,
+ base >= 4.5 && < 4.13,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.9

1 change: 0 additions & 1 deletion patches/ghc862/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
packages.process.patches = [ ({ version }: if version == "1.6.3.0" then ./process-1.6.3.0.patch else null) ];
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
Expand Down
36 changes: 0 additions & 36 deletions patches/ghc862/parsec-3.1.13.0.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/ghc862/unix-2.7.2.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
diff --git a/unix.cabal b/unix.cabal
index cf44068..bb3155f 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
buildable: False

build-depends:
- base >= 4.5 && < 4.11,
+ base >= 4.5 && < 4.13,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.9

1 change: 0 additions & 1 deletion patches/ghc863/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
packages.process.patches = [ ({ version }: if version == "1.6.3.0" then ./process-1.6.3.0.patch else null) ];
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
packages.time.patches = [ ({ version }: if version == "1.8.0.2" then ./time-1.8.0.2.patch else null) ];
Expand Down
36 changes: 0 additions & 36 deletions patches/ghc863/parsec-3.1.13.0.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/ghc863/unix-2.7.2.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
diff --git a/unix.cabal b/unix.cabal
index cf44068..bb3155f 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
buildable: False

build-depends:
- base >= 4.5 && < 4.11,
+ base >= 4.5 && < 4.13,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.9

1 change: 0 additions & 1 deletion patches/ghc864/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
packages.hpc.patches = [ ({ version }: if version == "0.6.0.3" then ./hpc-0.6.0.3.patch else null) ];
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];
}
36 changes: 0 additions & 36 deletions patches/ghc864/parsec-3.1.13.0.patch

This file was deleted.

13 changes: 0 additions & 13 deletions patches/ghc864/unix-2.7.2.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,3 @@ index ea0475d..a3897ae 100644
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
diff --git a/unix.cabal b/unix.cabal
index cf44068..bb3155f 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
buildable: False

build-depends:
- base >= 4.5 && < 4.11,
+ base >= 4.5 && < 4.13,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.9

1 change: 0 additions & 1 deletion patches/ghc865/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
packages.binary.patches = [ ({ version }: if version == "0.8.6.0" then ./binary-0.8.6.0.patch else null) ];
packages.containers.patches = [ ({ version }: if version == "0.6.0.1" then ./containers-0.6.0.1.patch else null) ];
packages.parsec.patches = [ ({ version }: if version == "3.1.13.0" then ./parsec-3.1.13.0.patch else null) ];
packages.singletons.patches = [ ({ version }: if version == "2.5.1" then ./singletons-2.5.1.patch else null) ];
packages.unix.patches = [ ({ version }: if version == "2.7.2.2" then ./unix-2.7.2.2.patch else null) ];
}
36 changes: 0 additions & 36 deletions patches/ghc865/parsec-3.1.13.0.patch

This file was deleted.

Loading

0 comments on commit abb090e

Please sign in to comment.