summaryrefslogtreecommitdiff
path: root/devel/hs-type-equality/patches/patch-type-equality.cabal
blob: 6ed422d5de1553d86dc0c70195015461ad65203b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-type-equality.cabal,v 1.1 2022/02/14 14:37:38 pho Exp $

Fix build with GHC 9.2

--- type-equality.cabal.orig	2001-09-09 01:46:40.000000000 +0000
+++ type-equality.cabal
@@ -33,7 +33,7 @@ source-repository head
 
 library
   default-language: Haskell2010
-  build-depends:    base >=4.3 && <4.14
+  build-depends:    base >=4.3 && <5
 
   if !impl(ghc >=7.8)
     hs-source-dirs: src-old