Commit 3f24adc3 authored by Clint Adams's avatar Clint Adams
Browse files

hashable: refresh patch

parent 18f0ee4c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hashable (1.2.7.0-2) unstable; urgency=medium

  * Refresh patch, add a comma.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 17:13:00 -0400

haskell-hashable (1.2.7.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −0
Original line number Diff line number Diff line
--- a/hashable.cabal
+++ b/hashable.cabal
@@ -79,7 +79,7 @@
   Type:              exitcode-stdio-1.0
   Hs-source-dirs:    tests
   Main-is:           Main.hs
-  Other-modules:     Properties Regress
+  Other-modules:     Properties, Regress
   Build-depends:     base >= 4.0 && < 5.0,
                      bytestring,
                      ghc-prim,
+4 −10
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@ Author: Colin Watson <cjwatson@debian.org>
Forwarded: https://github.com/tibbe/hashable/pull/96
Last-Update: 2015-05-09

Index: b/cbits/mmap.c
===================================================================
--- /dev/null
+++ b/cbits/mmap.c
@@ -0,0 +1,40 @@
@@ -50,11 +48,9 @@ Index: b/cbits/mmap.c
+{
+  return mmap(addr, length, prot, flags, fd, offset);
+}
Index: b/hashable.cabal
===================================================================
--- a/hashable.cabal
+++ b/hashable.cabal
@@ -82,6 +82,7 @@
@@ -94,6 +94,7 @@
   if !os(windows)
     Build-depends:   unix
     CPP-options:     -DHAVE_MMAP
@@ -62,8 +58,6 @@ Index: b/hashable.cabal
     Other-modules:   Regress.Mmap
 
   Ghc-options:       -Wall -fno-warn-orphans
Index: b/tests/Regress/Mmap.hsc
===================================================================
--- a/tests/Regress/Mmap.hsc
+++ b/tests/Regress/Mmap.hsc
@@ -60,7 +60,7 @@
+1 −0
Original line number Diff line number Diff line
fix-mmap.patch
comma