[Git][haskell-team/DHG_packages][master] haskell-genvalidity: fix FTBFS due to bad patch refresh
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Jun 5 11:06:22 BST 2020
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c4e28778 by Gianfranco Costamagna at 2020-06-05T11:54:27+02:00
haskell-genvalidity: fix FTBFS due to bad patch refresh
- - - - -
2 changed files:
- p/haskell-genvalidity/debian/changelog
- p/haskell-genvalidity/debian/patches/no--N
Changes:
=====================================
p/haskell-genvalidity/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-genvalidity (0.10.0.2-2) unstable; urgency=medium
+
+ * Fixup bad patch refresh that made SMP not being correctly detected and
+ FTBFS.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 05 Jun 2020 11:52:31 +0200
+
haskell-genvalidity (0.10.0.2-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-genvalidity/debian/patches/no--N
=====================================
@@ -11,16 +11,15 @@
test-suite genvalidity-test
type: exitcode-stdio-1.0
main-is: Spec.hs
-@@ -73,7 +77,11 @@
+@@ -73,7 +77,10 @@
Paths_genvalidity
hs-source-dirs:
test
- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
-+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing
+ if flag(smp)
-+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing
++ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
+ else
-+ ghc-options: -threaded -Wall -fno-warn-name-shadowing
++ ghc-options: -threaded -Wall
build-depends:
QuickCheck
, base >=4.10 && <5
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c4e287785cb81a2f20eabd94c9dbf286580027d1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c4e287785cb81a2f20eabd94c9dbf286580027d1
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/20200605/eea4de69/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list