[Git][haskell-team/DHG_packages][master] cborg: Fix FTBFS on 32-bit systems

Ilias Tsitsimpis gitlab at salsa.debian.org
Sat Aug 1 10:53:01 BST 2020



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f4e8dc9f by Ilias Tsitsimpis at 2020-08-01T12:33:00+03:00
cborg: Fix FTBFS on 32-bit systems

- - - - -


3 changed files:

- p/haskell-cborg/debian/changelog
- + p/haskell-cborg/debian/patches/fix-32bits
- p/haskell-cborg/debian/patches/series


Changes:

=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cborg (0.2.3.0-3) unstable; urgency=medium
+
+  * Apply patch to fix FTBFS on 32-bit systems (Closes: #964844)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 01 Aug 2020 12:32:53 +0300
+
 haskell-cborg (0.2.3.0-2) unstable; urgency=medium
 
   * Don't build test executables with RTS -N; most of


=====================================
p/haskell-cborg/debian/patches/fix-32bits
=====================================
@@ -0,0 +1,18 @@
+Description: Fix FTBFS on 32-bit systems
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+Bug: https://github.com/well-typed/cborg/issues/244
+Bug-Debian: https://bugs.debian.org/964844
+
+Index: b/src/Codec/CBOR/FlatTerm.hs
+===================================================================
+--- a/src/Codec/CBOR/FlatTerm.hs
++++ b/src/Codec/CBOR/FlatTerm.hs
+@@ -250,7 +250,7 @@ decodeTermToken = do
+ 
+       TypeTag          -> do !x <- decodeTag
+                              return $! TkTag (fromIntegral x)
+-      TypeTag64        -> do !x <- decodeTag
++      TypeTag64        -> do !x <- decodeTag64
+                              return $! TkTag (fromIntegral x)
+ 
+       TypeBool    -> do !x <- decodeBool


=====================================
p/haskell-cborg/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no-rts-N
+fix-32bits



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f4e8dc9fe1755abebfdd72d6895f4efb078ed59b
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/20200801/f19a54b6/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list