[Git][haskell-team/DHG_packages][master] hashable: Upgrading from 1.2.7.0 to 1.3.0.0

Clint Adams gitlab at salsa.debian.org
Sat May 30 21:32:56 BST 2020



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


Commits:
ba6cbca7 by Clint Adams at 2020-05-30T16:32:23-04:00
hashable: Upgrading from 1.2.7.0 to 1.3.0.0

- - - - -


5 changed files:

- p/haskell-hashable/debian/changelog
- p/haskell-hashable/debian/control
- p/haskell-hashable/debian/patches/comma
- p/haskell-hashable/debian/patches/fix-mmap.patch
- p/haskell-hashable/debian/patches/newer-deps


Changes:

=====================================
p/haskell-hashable/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hashable (1.3.0.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 30 May 2020 16:26:38 -0400
+
 haskell-hashable (1.2.7.0-6) unstable; urgency=medium
 
   * Bump dependency versions


=====================================
p/haskell-hashable/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
  libghc-test-framework-hunit-dev,
  libghc-test-framework-quickcheck2-dev (>= 0.2.9),
 Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: http://github.com/tibbe/hashable
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hashable
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hashable]


=====================================
p/haskell-hashable/debian/patches/comma
=====================================
@@ -1,11 +1,11 @@
 --- a/hashable.cabal
 +++ b/hashable.cabal
-@@ -79,7 +79,7 @@
+@@ -84,7 +84,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,
+   Build-depends:     base,
                       bytestring,
                       ghc-prim,


=====================================
p/haskell-hashable/debian/patches/fix-mmap.patch
=====================================
@@ -50,22 +50,22 @@ Last-Update: 2015-05-09
 +}
 --- a/hashable.cabal
 +++ b/hashable.cabal
-@@ -94,6 +94,7 @@
+@@ -99,6 +99,7 @@
    if !os(windows)
      Build-depends:   unix
      CPP-options:     -DHAVE_MMAP
 +    C-sources:       cbits/mmap.c
      Other-modules:   Regress.Mmap
+     Other-Extensions: CApiFFI
  
-   Ghc-options:       -Wall -fno-warn-orphans
 --- a/tests/Regress/Mmap.hsc
 +++ b/tests/Regress/Mmap.hsc
 @@ -60,7 +60,7 @@
  mprotect addr len prot =
      throwErrnoIfMinus1_ "mprotect" $ c_mprotect addr len prot
  
--foreign import ccall unsafe "sys/mman.h mmap"
-+foreign import ccall unsafe "hashable_mmap"
+-foreign import capi unsafe "sys/mman.h mmap"
++foreign import capi unsafe "hashable_mmap"
      c_mmap :: Ptr a -> CSize -> CInt -> CInt -> CInt -> COff -> IO (Ptr a)
  
- foreign import ccall unsafe "sys/mman.h munmap"
+ foreign import capi unsafe "sys/mman.h munmap"


=====================================
p/haskell-hashable/debian/patches/newer-deps
=====================================
@@ -1,11 +1,11 @@
---- haskell-hashable-1.2.7.0.orig/hashable.cabal
-+++ haskell-hashable-1.2.7.0/hashable.cabal
-@@ -48,7 +48,7 @@ Library
-   Exposed-modules:   Data.Hashable
-                      Data.Hashable.Lifted
-   Other-modules:     Data.Hashable.Class
--  Build-depends:     base >= 4.4 && < 4.12,
-+  Build-depends:     base >= 4.4 && < 4.13,
-                      bytestring >= 0.9 && < 0.11,
-                      deepseq >= 1.3 && < 1.5
-   if impl(ghc)
+--- a/hashable.cabal
++++ b/hashable.cabal
+@@ -51,7 +51,7 @@
+ 
+   C-sources:         cbits/fnv.c
+ 
+-  Build-depends:     base       >= 4.5      && < 4.14
++  Build-depends:     base       >= 4.5      && < 4.15
+                    , bytestring >= 0.9      && < 0.11
+                    , deepseq    >= 1.3      && < 1.5
+                    , text       >= 0.12     && < 1.3



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

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


More information about the Pkg-haskell-commits mailing list