[Git][haskell-team/DHG_packages][master] ghc-lib-parser-ex: Disable RTS -N

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Oct 12 21:04:04 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
2937b052 by Scott Talbert at 2022-10-12T15:53:34-04:00
ghc-lib-parser-ex: Disable RTS -N

- - - - -


4 changed files:

- p/haskell-ghc-lib-parser-ex/debian/changelog
- p/haskell-ghc-lib-parser-ex/debian/control
- + p/haskell-ghc-lib-parser-ex/debian/patches/no-rts-n
- + p/haskell-ghc-lib-parser-ex/debian/patches/series


Changes:

=====================================
p/haskell-ghc-lib-parser-ex/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ghc-lib-parser-ex (9.0.0.6-2) unstable; urgency=medium
+
+  * Disable RTS -N
+
+ -- Scott Talbert <swt at techie.net>  Wed, 12 Oct 2022 15:49:34 -0400
+
 haskell-ghc-lib-parser-ex (9.0.0.6-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-ghc-lib-parser-ex/debian/control
=====================================
@@ -25,6 +25,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-uniplate-doc,
 Standards-Version: 4.6.1
 Homepage: https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ghc-lib-parser-ex
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-ghc-lib-parser-ex]
 X-Description: algorithms on GHC parse trees
  The ghc-lib-parser-ex library contains GHC API parse tree utilities.
  It works with or without ghc-lib-parser.


=====================================
p/haskell-ghc-lib-parser-ex/debian/patches/no-rts-n
=====================================
@@ -0,0 +1,11 @@
+--- a/ghc-lib-parser-ex.cabal
++++ b/ghc-lib-parser-ex.cabal
+@@ -97,7 +97,7 @@ test-suite ghc-lib-parser-ex-test
+       test
+   include-dirs:
+       cbits
+-  ghc-options: -threaded -rtsopts -with-rtsopts=-N
++  ghc-options: -threaded -rtsopts
+   build-depends:
+       base >=4.7 && <5
+     , tasty >= 1.2


=====================================
p/haskell-ghc-lib-parser-ex/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-rts-n



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2937b0523d3e0de1dcf86ae0a502dd38c05b8dc2
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/20221012/22a8cd7a/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list