[Git][haskell-team/DHG_packages][experimental] haskell-hspec-hedgehog: disable RTS on riscv64

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



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


Commits:
424f82ec by Gianfranco Costamagna at 2023-08-18T09:01:21+02:00
haskell-hspec-hedgehog: disable RTS on riscv64

- - - - -


2 changed files:

- p/haskell-hspec-hedgehog/debian/changelog
- p/haskell-hspec-hedgehog/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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/424f82ec832a98c4716983e3f3c426ff54f30caf

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/424f82ec832a98c4716983e3f3c426ff54f30caf
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/0f72c70e/attachment.htm>


More information about the Pkg-haskell-commits mailing list