head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2023.01.25.02.26.37; author pho; state dead; branches; next 1.2; commitid JgZoN0FWz36VNRaE; 1.2 date 2022.02.11.09.51.15; author pho; state Exp; branches; next 1.1; commitid 6FW3t7XnOkwYrbsD; 1.1 date 2021.04.24.17.31.23; author pho; state Exp; branches; next ; commitid RnUS3pCi5JWKpzQC; desc @@ 1.3 log @textproc/hs-unicode-transforms: Update to 0.4.0.1 0.4.0.1 (March 2022) * Support text-icu == 0.8.* in tests * Support unicode-data == 0.3.* @ text @$NetBSD: patch-unicode-transforms.cabal,v 1.2 2022/02/11 09:51:15 pho Exp $ Fix build with unicode-data-0.4 --- unicode-transforms.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ unicode-transforms.cabal @@@@ -83,7 +83,7 @@@@ library ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs build-depends: base >= 4.8 && < 5 - , unicode-data >= 0.2 && < 0.3 + , unicode-data >= 0.2 && < 0.4 , bytestring >= 0.9 && < 0.12 , ghc-prim >= 0.2 && < 0.9 @@@@ -130,7 +130,7 @@@@ test-suite quickcheck ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs build-depends: QuickCheck >= 2.1 && < 2.15 - , unicode-data >= 0.2 && < 0.3 + , unicode-data >= 0.2 && < 0.4 , base >= 4.7 && < 5 , deepseq >= 1.1 && < 1.5 , hspec >= 2.0 && < 3 @ 1.2 log @Import unicode-transform-0.4.0 0.4.0 (November 2021) Bump unicode-data to 0.2 Allow text 2.0 Update to Unicode version 14.0.0 Drop support for GHC 7.10 0.3.8 Allow ghc-prim 0.7 Extract unicode-data into its own package Depend on the latest stable text @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update to unicode-transforms-0.3.7.1 0.3.7.1 * Fix x32 build 0.3.7 * Significant performance improvements * Update to Unicode version 13.0.0 @ text @d3 1 a3 1 Fix build with GHC 9. d5 1 a5 1 --- unicode-transforms.cabal.orig 2021-04-24 17:28:43.695292574 +0000 d7 18 a24 9 @@@@ -98,7 +98,7 @@@@ library base >=4.7 && <5 , bytestring >=0.9 && <0.12 , text >=1.1.1 && <1.3 - , ghc-prim >= 0.2 && < 0.7 + , ghc-prim >= 0.2 && < 0.8 if flag(dev) ghc-options: -O0 else @