[Git][haskell-team/DHG_packages][master] wide-word: fix 32-bit build

Clint Adams (@clint) gitlab at salsa.debian.org
Thu Jul 7 22:31:03 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
4759cbb6 by Clint Adams at 2022-07-07T17:29:44-04:00
wide-word: fix 32-bit build

- - - - -


3 changed files:

- p/haskell-wide-word/debian/changelog
- + p/haskell-wide-word/debian/patches/fix-32bit
- p/haskell-wide-word/debian/patches/series


Changes:

=====================================
p/haskell-wide-word/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-wide-word (0.1.1.2-3) unstable; urgency=medium
+
+  * Patch to build on 32-bit architectures.
+
+ -- Clint Adams <clint at debian.org>  Thu, 07 Jul 2022 17:29:28 -0400
+
 haskell-wide-word (0.1.1.2-2) unstable; urgency=medium
 
   * Gratuitous post-NEW source-only upload.


=====================================
p/haskell-wide-word/debian/patches/fix-32bit
=====================================
@@ -0,0 +1,10 @@
+--- a/wide-word.cabal
++++ b/wide-word.cabal
+@@ -41,6 +41,7 @@ library
+   build-depends:       base                          >= 4.9         && < 4.17
+                      , deepseq                       >= 1.3         && < 1.5
+                      , primitive                     >= 0.6.4.0     && < 0.8
++		     , ghc-prim                      < 0.8
+ 
+ test-suite test
+   default-language:   Haskell2010


=====================================
p/haskell-wide-word/debian/patches/series
=====================================
@@ -1 +1,2 @@
 newer-deps
+fix-32bit



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4759cbb6e5da55fae52437621c1aa5f26b320804
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/20220707/b773a499/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list