$OpenBSD: patch-primitive_cabal,v 1.1 2016/12/10 21:20:45 kili Exp $

Dependency changed in the "online" version of the package description,
but not in the dist file.

--- primitive.cabal.orig	Sun Sep 20 05:34:48 2015
+++ primitive.cabal	Wed Nov 30 20:31:24 2016
@@ -36,9 +36,9 @@ Library
         Data.Primitive.Internal.Compat
         Data.Primitive.Internal.Operations
 
-  Build-Depends: base >= 4.3 && < 4.9
-               , ghc-prim >= 0.2 && < 0.5
-               , transformers >= 0.2 && < 0.5
+  Build-Depends: base >= 4.3 && < 4.10
+               , ghc-prim >= 0.2 && < 0.6
+               , transformers >= 0.2 && < 0.6
 
   Ghc-Options: -O2 -Wall
 
