Commit ad8bd19e authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-hashable: bump dependency versions

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

  * Bump dependency versions

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sun, 25 Aug 2019 20:05:58 +0200

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

  * Fix "FTBFS when built with dpkg-buildpackage -A" by preprocessing
+11 −0
Original line number Diff line number Diff line
--- 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)
+1 −0
Original line number Diff line number Diff line
fix-mmap.patch
comma
newer-deps