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

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Wed Aug 23 07:34:34 BST 2023



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


Commits:
d6a7dbd6 by Gianfranco Costamagna at 2023-08-23T08:33:42+02:00
Fix riscv64 build by not using rts

- - - - -
729d5d0c by Gianfranco Costamagna at 2023-08-23T08:33:47+02:00
haskell-versions: update changelog

- - - - -
4245be63 by Gianfranco Costamagna at 2023-08-23T08:33:53+02:00
haskell-lift-type: fix build on riscv64

- - - - -
6e4a758a by Gianfranco Costamagna at 2023-08-23T08:33:58+02:00
haskell-hspec-hedgehog: disable RTS on riscv64

- - - - -
15cbc921 by Gianfranco Costamagna at 2023-08-23T08:34:05+02:00
haskell-versions: upload to sid

- - - - -
72e6b133 by Gianfranco Costamagna at 2023-08-23T08:34:12+02:00
haskell-lift-type: upload to sid

- - - - -


6 changed files:

- p/haskell-hspec-hedgehog/debian/changelog
- p/haskell-hspec-hedgehog/debian/patches/no-rts-n
- 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-hspec-hedgehog/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hspec-hedgehog (0.0.1.2-4) unstable; urgency=medium
+
+  * Disable RTS on riscv64
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 18 Aug 2023 09:01:06 +0200
+
 haskell-hspec-hedgehog (0.0.1.2-3) unstable; urgency=medium
 
   * Disable RTS -N on non-SMP arches


=====================================
p/haskell-hspec-hedgehog/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-lift-type/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lift-type (0.1.0.1-4) unstable; 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) unstable; 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/d2b93544a0021e7a7dbee58678a953acb75f8f16...72e6b1332826f56c581712263b65fb0e04088d3f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/d2b93544a0021e7a7dbee58678a953acb75f8f16...72e6b1332826f56c581712263b65fb0e04088d3f
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/20230823/3ae5da61/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list