$NetBSD: patch-uuid-types.cabal,v 1.3 2022/02/11 13:42:30 pho Exp $ Fix build with GHC 9.2 --- uuid-types.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ uuid-types.cabal @@ -49,9 +49,9 @@ library , binary >=0.5.1.0 && <0.9 , bytestring >=0.9.2.1 && <0.12 , deepseq >=1.3.0.0 && <1.5 - , hashable >=1.2.7.0 && <1.4 + , hashable >=1.2.7.0 && <1.5 , random >=1.1 && <1.3 - , template-haskell >=2.7.0.0 && <2.18 + , template-haskell >=2.7.0.0 && <2.19 , text >=1.2.3.0 && <1.3 exposed-modules: Data.UUID.Types