Commit 4761b100 authored by Sean Whitton's avatar Sean Whitton
Browse files

text-conversions: stop building test executables with RTS -N

parent ece20806
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-text-conversions (0.3.0-2) unstable; urgency=medium

  * Patch to stop building test executables with RTS -N.
    Most Debian architectures do not support it.

 -- Sean Whitton <spwhitton@spwhitton.name>  Fri, 17 Jan 2020 08:22:23 -0700

haskell-text-conversions (0.3.0-1) unstable; urgency=medium

  * Initial release.
+11 −0
Original line number Diff line number Diff line
--- a/text-conversions.cabal
+++ b/text-conversions.cabal
@@ -49,7 +49,7 @@ test-suite text-conversions-test-suite
   hs-source-dirs:
       test
   default-extensions: FlexibleInstances MultiParamTypeClasses OverloadedStrings
-  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
+  ghc-options: -Wall -rtsopts -threaded
   build-depends:
       base
     , text-conversions
+1 −0
Original line number Diff line number Diff line
dont-check-hspec-discover.patch
drop-rtsopts--N.patch