Commit 3776035c authored by Clint Adams's avatar Clint Adams
Browse files

text-icu: patch for Unicode 7.0, 8.0, 9.0, 10.0

parent 361c812e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-text-icu (0.7.0.1-10) unstable; urgency=medium

  * Patch for Unicode 7.0, 8.0, 9.0, 10.0.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 13:17:55 -0400

haskell-text-icu (0.7.0.1-9) unstable; urgency=medium

  * Force C.UTF-8 during testsuite.
+69 −0
Original line number Diff line number Diff line
--- a/Data/Text/ICU/Char.hsc
+++ b/Data/Text/ICU/Char.hsc
@@ -357,6 +357,66 @@
   | SoraSompeng
   | SundaneseSupplement
   | Takri
+  | BassaVah
+  | CaucasianAlbanian
+  | CopticEpactNumbers
+  | CombiningDiacriticalMarksExtended
+  | Duployan
+  | Elbasan
+  | GeometricShapesExtended
+  | Grantha
+  | Khojki
+  | Khudawadi
+  | LatinExtendedE
+  | LinearA
+  | Mahajani
+  | Manichaean
+  | MendeKikakui
+  | Modi
+  | Mro
+  | MyanmarExtendedB
+  | Nabataean
+  | OldNorthArabian
+  | OldPermic
+  | OrnamentalDingbats
+  | PahawhHmong
+  | Palmyrene
+  | PauCinHau
+  | PsalterPahlavi
+  | ShorthandFormatControls
+  | Siddham
+  | SinhalaArchaicNumbers
+  | SupplementalArrowsC
+  | Tirhuta
+  | WarangCiti
+  | Ahom
+  | AnatolianHieroglyphs
+  | CherokeeSupplement
+  | CJKUnifiedIdeographsExtensionE
+  | EarlyDynasticCuneiform
+  | Hatran
+  | Multani
+  | OldHungarian
+  | SupplementalSymbolsAndPictographs
+  | SuttonSignwriting
+  | Adlam
+  | Bhaiksuki
+  | CyrillicExtendedC
+  | GlagoliticSupplement
+  | IdeographicSymbolsAndPunctuation
+  | Marchen
+  | MongolianSupplement
+  | Newa
+  | Osage
+  | Tangut
+  | TangutComponents
+  | CJKUnifiedIdeographsExtensionF
+  | KanaExtendedA
+  | MasaramGondi
+  | Nushu
+  | Soyombo
+  | SyriacSupplement
+  | ZanzabarSquare
   deriving (Eq, Enum, Bounded, Show, Typeable)
 
 instance NFData BlockCode where
+1 −0
Original line number Diff line number Diff line
newer-deepseq
newer-icu