Commit 1f50085c authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-cryptohash-sha1: bump base bounds

parent 0b070375
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-cryptohash-sha1 (0.11.100.1-5) unstable; urgency=medium

  * Bump base bounds

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 28 Aug 2019 17:32:17 +0200

haskell-cryptohash-sha1 (0.11.100.1-4) unstable; urgency=medium

  [ Clint Adams ]
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 library
   default-language:  Haskell2010
-  build-depends:     base             >= 4.5   && < 4.10
+  build-depends:     base             >= 4.5   && < 4.12
+  build-depends:     base             >= 4.5   && < 4.13
                    , bytestring       >= 0.9.2 && < 0.11
 
   hs-source-dirs:    src