Loading p/haskell-hashable/debian/changelog +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 ] Loading p/haskell-hashable/debian/patches/comma 0 → 100644 +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, p/haskell-hashable/debian/patches/fix-mmap.patch +4 −10 Original line number Diff line number Diff line Loading @@ -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 @@ Loading Loading @@ -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 Loading @@ -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 @@ Loading p/haskell-hashable/debian/patches/series +1 −0 Original line number Diff line number Diff line fix-mmap.patch comma Loading
p/haskell-hashable/debian/changelog +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 ] Loading
p/haskell-hashable/debian/patches/comma 0 → 100644 +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,
p/haskell-hashable/debian/patches/fix-mmap.patch +4 −10 Original line number Diff line number Diff line Loading @@ -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 @@ Loading Loading @@ -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 Loading @@ -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 @@ Loading
p/haskell-hashable/debian/patches/series +1 −0 Original line number Diff line number Diff line fix-mmap.patch comma