chrra / iCalendar

iCalendar data types, parser, and printer.
BSD 3-Clause "New" or "Revised" License
38 stars 47 forks source link

Control.Monad.Error is deprecated #26

Open fgaz opened 7 years ago

fgaz commented 7 years ago
[ 3 of 10] Compiling Text.ICalendar.Parser.Common ( Text/ICalendar/Parser/Common.hs, dist/build/Text/ICalendar/Parser/Common.o )

Text/ICalendar/Parser/Common.hs:8:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

Text/ICalendar/Parser/Common.hs:53:22: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[ 4 of 10] Compiling Text.ICalendar.Parser.Content ( Text/ICalendar/Parser/Content.hs, dist/build/Text/ICalendar/Parser/Content.o )
[ 5 of 10] Compiling Text.ICalendar.Parser.Parameters ( Text/ICalendar/Parser/Parameters.hs, dist/build/Text/ICalendar/Parser/Parameters.o )

Text/ICalendar/Parser/Parameters.hs:5:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead
[ 6 of 10] Compiling Text.ICalendar.Parser.Properties ( Text/ICalendar/Parser/Properties.hs, dist/build/Text/ICalendar/Parser/Properties.o )

Text/ICalendar/Parser/Properties.hs:8:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead
[ 7 of 10] Compiling Text.ICalendar.Parser.Components ( Text/ICalendar/Parser/Components.hs, dist/build/Text/ICalendar/Parser/Components.o )

Text/ICalendar/Parser/Components.hs:5:1: warning: [-Wunused-imports]
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

Text/ICalendar/Parser/Components.hs:7:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead
[ 8 of 10] Compiling Text.ICalendar.Parser ( Text/ICalendar/Parser.hs, dist/build/Text/ICalendar/Parser.o )

Text/ICalendar/Parser.hs:15:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

Text/ICalendar/Parser.hs:73:63: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"