Control: tags -1 +patch

Hi,

I provide a working, tested patch to fix this issue.

Regards,
Laszlo/GCS
--- a/text-icu.cabal
+++ b/text-icu.cabal
@@ -125,7 +125,7 @@ library
       Data.Text.ICU.Spoof.Pure
       Data.Text.ICU.Text
   c-sources: cbits/text_icu.c
-  cc-options: -Wall -Wextra -pedantic -Wno-deprecated
+  cc-options: -Wall -Wextra -pedantic -Wno-deprecated -Wno-deprecated-declarations
   include-dirs: include
   if os(darwin) && flag(homebrew)
     extra-lib-dirs:
@@ -140,7 +140,7 @@ library
   else
     extra-libraries: icui18n icudata
 
-  ghc-options: -Wall
+  ghc-options: -Wall -Wno-deprecated
   if impl(ghc >= 8.0)
     ghc-options:  -Wcompat
 
--- a/tests/Properties.hs
+++ b/tests/Properties.hs
@@ -195,7 +195,7 @@ testCases =
      c <- cal "CET" 2000 00 01 02 03 00
      return $ I.formatCalendar dfDe (Cal.add c [(Cal.Hour, 25), (Cal.Second, 65)])
    `ioEq`
-    "2. Januar 2000 um 03:04:05 GMT+1"
+    "2. Januar 2000 um 03:04:05 MEZ"
 
   ,do
      dfAt <- I.standardDateFormatter I.LongFormatStyle I.LongFormatStyle

Reply via email to