head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.14 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.12 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.10 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.8 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.6 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.4 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2023.01.24.18.45.20; author pho; state dead; branches; next 1.2; commitid oGO6qV2dvwHFfPaE; 1.2 date 2021.04.23.12.34.06; author pho; state Exp; branches; next 1.1; commitid RIuSiMKSULcLNpQC; 1.1 date 2020.01.08.18.57.26; author pho; state Exp; branches; next ; commitid MhJr0QU8bx4V3VRB; desc @@ 1.3 log @devel/hs-unliftio-core: Use HASKELL_UNRESTRICT_DEPENDENCIES @ text @$NetBSD: patch-unliftio-core.cabal,v 1.2 2021/04/23 12:34:06 pho Exp $ Fix build with GHC 9. --- unliftio-core.cabal.orig 2020-03-02 13:17:55.000000000 +0000 +++ unliftio-core.cabal @@@@ -30,6 +30,6 @@@@ library hs-source-dirs: src build-depends: - base >=4.5 && <4.14 + base >=4.5 && <5 , transformers >=0.2 && <0.6 default-language: Haskell2010 @ 1.2 log @Update to unliftio-core-0.2.0.1 0.2.0.1 * Remove faulty default implementation of withRunInIO #56 0.2.0.0 * Move askUnliftIO out of class #55 @ text @d1 1 a1 1 $NetBSD: patch-unliftio-core.cabal,v 1.1 2020/01/08 18:57:26 pho Exp $ @ 1.1 log @Fix build with GHC 8.8 @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Fix build with GHC 8.8 d5 1 a5 1 --- unliftio-core.cabal.orig 2018-08-28 07:16:03.000000000 +0000 d7 1 a7 1 @@@@ -26,7 +26,7 @@@@ library d11 2 a12 2 - base >=4.5 && <4.12 + base >=4.5 && <4.14 d14 1 a14 2 exposed-modules: Control.Monad.IO.Unlift @