[Git][haskell-team/DHG_packages][experimental] 3 commits: Fix riscv64 build by not using rts

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Fri Aug 18 08:00:37 BST 2023



Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
c41d5444 by Gianfranco Costamagna at 2023-08-18T09:00:26+02:00
Fix riscv64 build by not using rts

- - - - -
d9e39ac1 by Gianfranco Costamagna at 2023-08-18T09:00:26+02:00
haskell-versions: update changelog

- - - - -
06646e6c by Gianfranco Costamagna at 2023-08-18T09:00:26+02:00
haskell-lift-type: fix build on riscv64

- - - - -


4 changed files:

- p/haskell-lift-type/debian/changelog
- p/haskell-lift-type/debian/patches/no-rts-n
- p/haskell-versions/debian/changelog
- p/haskell-versions/debian/patches/no-rts-n


Changes:

=====================================
p/haskell-lift-type/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lift-type (0.1.0.1-4) UNRELEASED; urgency=medium
+
+  * Disable RTS on riscv64
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 18 Aug 2023 08:59:59 +0200
+
 haskell-lift-type (0.1.0.1-3) unstable; urgency=medium
 
   * Disable RTS -N on non-SMP arches


=====================================
p/haskell-lift-type/debian/patches/no-rts-n
=====================================
@@ -5,7 +5,7 @@
    hs-source-dirs:
        test
 -  ghc-options: -threaded -rtsopts -with-rtsopts=-N
-+  if arch(arm) || arch(mips) || arch(s390x) || arch(i386)
++  if arch(arm) || arch(mips) || arch(s390x) || arch(i386) || arch(riscv64)
 +    ghc-options: -threaded -rtsopts
 +  else
 +    ghc-options: -threaded -rtsopts -with-rtsopts=-N


=====================================
p/haskell-versions/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-versions (5.0.3-4) UNRELEASED; urgency=medium
+
+  * Disable RTS on riscv64
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 18 Aug 2023 08:58:55 +0200
+
 haskell-versions (5.0.3-3) unstable; urgency=medium
 
   * Disable RTS -N on non-SMP arches


=====================================
p/haskell-versions/debian/patches/no-rts-n
=====================================
@@ -5,7 +5,7 @@
    main-is:        Test.hs
    hs-source-dirs: test
 -  ghc-options:    -threaded -with-rtsopts=-N
-+  if arch(arm) || arch(mips) || arch(s390x) || arch(i386)
++  if arch(arm) || arch(mips) || arch(s390x) || arch(i386) || arch(riscv64)
 +    ghc-options:    -threaded
 +  else
 +    ghc-options:    -threaded -with-rtsopts=-N



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b9f6178365252e3ae2f467d82d53fc52c7f10d2a...06646e6cc8b8688965ebf81107c4aa55e0a816ba

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b9f6178365252e3ae2f467d82d53fc52c7f10d2a...06646e6cc8b8688965ebf81107c4aa55e0a816ba
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/20230818/a8bba871/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list