Commit 1804bfa0 authored by Clint Adams's avatar Clint Adams
Browse files

repa: Upgrading from 3.4.1.3 to 3.4.1.4

parent dc597855
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-repa (3.4.1.4-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 28 Jul 2019 15:58:38 -0400

haskell-repa (3.4.1.3-3) unstable; urgency=medium

  * Newer build-deps from hackage
+4 −19
Original line number Diff line number Diff line
Index: b/repa.cabal
===================================================================
--- a/repa.cabal
+++ b/repa.cabal
@@ -1,5 +1,6 @@
 Name:                repa
 Version:             3.4.1.3
+x-revision: 2
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
@@ -21,12 +22,12 @@ Synopsis:
 
 Library
   Build-Depends:
-        base                 >= 4.8 && < 4.11
+        base                 >= 4.8 && < 4.12
       , template-haskell
@@ -26,7 +26,7 @@
       , ghc-prim
       , vector               >= 0.11 && < 0.13
       , bytestring           == 0.10.*
-      , QuickCheck           >= 2.8 && < 2.11
+      , QuickCheck           >= 2.8 && < 2.12
-      , QuickCheck           >= 2.8 && < 2.12
+      , QuickCheck           >= 2.8 && < 2.13
 
   ghc-options:
         -Wall -fno-warn-missing-signatures
         -Wall