From 7c2afa520e181f1fa84dbd55e286d8f2ff401da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 14 Feb 2025 13:59:29 +0100 Subject: [PATCH] more ghc --- .gitmodules | 28 ++++++++++++++++++++++++++++ dependencies/ghc-QuickCheck | 1 + dependencies/ghc-base-compat | 1 + dependencies/ghc-hashable | 1 + dependencies/ghc-primitive | 1 + dependencies/ghc-tasty | 1 + dependencies/ghc-tasty-hunit | 1 + dependencies/ghc-tasty-quickcheck | 1 + 8 files changed, 35 insertions(+) create mode 160000 dependencies/ghc-QuickCheck create mode 160000 dependencies/ghc-base-compat create mode 160000 dependencies/ghc-hashable create mode 160000 dependencies/ghc-primitive create mode 160000 dependencies/ghc-tasty create mode 160000 dependencies/ghc-tasty-hunit create mode 160000 dependencies/ghc-tasty-quickcheck diff --git a/.gitmodules b/.gitmodules index 5d19dbc..1e7fb98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -991,3 +991,31 @@ path = dependencies/perl-HTML-Template url = https://src.fedoraproject.org/rpms/perl-HTML-Template branch = epel9 +[submodule "dependencies/ghc-primitive"] + path = dependencies/ghc-primitive + url = https://src.fedoraproject.org/rpms/ghc-primitive + branch = epel9 +[submodule "dependencies/ghc-tasty"] + path = dependencies/ghc-tasty + url = https://src.fedoraproject.org/rpms/ghc-tasty + branch = epel9 +[submodule "dependencies/ghc-QuickCheck"] + path = dependencies/ghc-QuickCheck + url = https://src.fedoraproject.org/rpms/ghc-QuickCheck + branch = epel9 +[submodule "dependencies/ghc-tasty-hunit"] + path = dependencies/ghc-tasty-hunit + url = https://src.fedoraproject.org/rpms/ghc-tasty-hunit + branch = epel9 +[submodule "dependencies/ghc-tasty-quickcheck"] + path = dependencies/ghc-tasty-quickcheck + url = https://src.fedoraproject.org/rpms/ghc-tasty-quickcheck + branch = epel9 +[submodule "dependencies/ghc-hashable"] + path = dependencies/ghc-hashable + url = https://src.fedoraproject.org/rpms/ghc-hashable + branch = epel9 +[submodule "dependencies/ghc-base-compat"] + path = dependencies/ghc-base-compat + url = https://src.fedoraproject.org/rpms/ghc-base-compat + branch = epel9 diff --git a/dependencies/ghc-QuickCheck b/dependencies/ghc-QuickCheck new file mode 160000 index 0000000..9181fa8 --- /dev/null +++ b/dependencies/ghc-QuickCheck @@ -0,0 +1 @@ +Subproject commit 9181fa8a89e82313d39c9166cac3f12986bcbd0d diff --git a/dependencies/ghc-base-compat b/dependencies/ghc-base-compat new file mode 160000 index 0000000..0aaf133 --- /dev/null +++ b/dependencies/ghc-base-compat @@ -0,0 +1 @@ +Subproject commit 0aaf133f0ee8d929a60b858deabb12aef913a356 diff --git a/dependencies/ghc-hashable b/dependencies/ghc-hashable new file mode 160000 index 0000000..5c3bbd1 --- /dev/null +++ b/dependencies/ghc-hashable @@ -0,0 +1 @@ +Subproject commit 5c3bbd18d349df249fd4bd992d237cbcb8068df4 diff --git a/dependencies/ghc-primitive b/dependencies/ghc-primitive new file mode 160000 index 0000000..4f8de1a --- /dev/null +++ b/dependencies/ghc-primitive @@ -0,0 +1 @@ +Subproject commit 4f8de1a3318382829296b7ff33fee4fda7f66274 diff --git a/dependencies/ghc-tasty b/dependencies/ghc-tasty new file mode 160000 index 0000000..a3bf701 --- /dev/null +++ b/dependencies/ghc-tasty @@ -0,0 +1 @@ +Subproject commit a3bf701555e5631ccdd29bb940f0e907200a1427 diff --git a/dependencies/ghc-tasty-hunit b/dependencies/ghc-tasty-hunit new file mode 160000 index 0000000..7e702a4 --- /dev/null +++ b/dependencies/ghc-tasty-hunit @@ -0,0 +1 @@ +Subproject commit 7e702a45c8cc24ef31e22dbeea1b53d9b9c0877c diff --git a/dependencies/ghc-tasty-quickcheck b/dependencies/ghc-tasty-quickcheck new file mode 160000 index 0000000..0c24a01 --- /dev/null +++ b/dependencies/ghc-tasty-quickcheck @@ -0,0 +1 @@ +Subproject commit 0c24a0149e75e1ac9e19db1fbf1c8ee5f598e850