[Git][haskell-team/DHG_packages][master] copilot-c99: Fix FTBFS on !amd64
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Nov 16 01:20:09 GMT 2023
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
70e946f1 by Scott Talbert at 2023-11-15T20:13:40-05:00
copilot-c99: Fix FTBFS on !amd64
- - - - -
3 changed files:
- p/haskell-copilot-c99/debian/changelog
- + p/haskell-copilot-c99/debian/patches/fix-ftbfs
- + p/haskell-copilot-c99/debian/patches/series
Changes:
=====================================
p/haskell-copilot-c99/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-copilot-c99 (3.17-2) unstable; urgency=medium
+
+ * Fix FTBFS on !amd64 (Closes: #1055635)
+
+ -- Scott Talbert <swt at techie.net> Wed, 15 Nov 2023 20:13:17 -0500
+
haskell-copilot-c99 (3.17-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-copilot-c99/debian/patches/fix-ftbfs
=====================================
@@ -0,0 +1,11 @@
+--- a/tests/Test/Copilot/Compile/C99.hs
++++ b/tests/Test/Copilot/Compile/C99.hs
+@@ -157,7 +157,7 @@ testRun = ioProperty $ do
+ , "void nop () {"
+ , "}"
+ , ""
+- , "void main () {"
++ , "int main () {"
+ , " step();"
+ , "}"
+ ]
=====================================
p/haskell-copilot-c99/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-ftbfs
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/70e946f19778bb232c7c367ccf391d3206837035
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/70e946f19778bb232c7c367ccf391d3206837035
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231116/820d91a4/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list