Commit ebbd8248 authored by Clint Adams's avatar Clint Adams
Browse files

deepseq-generics: patch for newer base

parent e6357fac
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-deepseq-generics (0.2.0.0-4) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 16:50:22 -0400

haskell-deepseq-generics (0.2.0.0-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −0
Original line number Diff line number Diff line
--- a/deepseq-generics.cabal
+++ b/deepseq-generics.cabal
@@ -42,7 +42,7 @@
 library
     default-language:    Haskell2010
     exposed-modules:     Control.DeepSeq.Generics
-    build-depends:       base >= 4.5 && < 4.10, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5
+    build-depends:       base >= 4.5 && < 5, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5
     other-extensions:    BangPatterns, FlexibleContexts, TypeOperators
     ghc-options:         -Wall
 
+1 −0
Original line number Diff line number Diff line
newer-base