Your message dated Sat, 17 Dec 2022 15:20:49 +0000
with message-id <e1p6yzz-0080ux...@fasolo.debian.org>
and subject line Bug#1026156: Removed package(s) from unstable
has caused the Debian Bug report #1021574,
regarding haskell-thyme FTBFS: Couldn't match type
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1021574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-thyme
Version: 0.3.5.5-5
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=haskell-thyme&arch=amd64&ver=0.3.5.5-5%2Bb4&stamp=1658619154&raw=0

...
src/Data/Thyme/Time/Core.hs:287:23: error:
    • Couldn't match type: forall (p :: * -> * -> *) (f :: * -> *).
                           (Data.Profunctor.Unsafe.Profunctor p, Functor f) =>
                           Control.Lens.Overloaded
                             p f UTCTime UTCTime AbsoluteTime AbsoluteTime
                     with: (AbsoluteTime
                            -> Data.Functor.Const.Const AbsoluteTime 
AbsoluteTime)
                           -> UTCTime -> Data.Functor.Const.Const AbsoluteTime 
UTCTime
      Expected: LeapSecondTable
                -> Control.Lens.Getting AbsoluteTime UTCTime AbsoluteTime
        Actual: LeapSecondTable -> Iso' UTCTime AbsoluteTime
    • In the second argument of ‘(.)’, namely ‘absoluteTime’
      In the expression: view . absoluteTime
      In an equation for ‘utcToTAITime’:
          utcToTAITime = view . absoluteTime
    |
287 | utcToTAITime = view . absoluteTime
    |                       ^^^^^^^^^^^^

src/Data/Thyme/Time/Core.hs:291:25: error:
    • Couldn't match type: forall (p :: * -> * -> *) (f :: * -> *).
                           (Data.Profunctor.Unsafe.Profunctor p, Functor f) =>
                           Control.Lens.Overloaded
                             p f UTCTime UTCTime AbsoluteTime AbsoluteTime
                     with: Control.Lens.Reviewed
                             a2 (Data.Functor.Identity.Identity AbsoluteTime)
                           -> Control.Lens.Reviewed
                                s2 (Data.Functor.Identity.Identity UTCTime)
      Expected: LeapSecondTable
                -> Control.Lens.AReview s2 UTCTime a2 AbsoluteTime
        Actual: LeapSecondTable -> Iso' UTCTime AbsoluteTime
    • In the second argument of ‘(.)’, namely ‘absoluteTime’
      In the expression: review . absoluteTime
      In an equation for ‘taiToUTCTime’:
          taiToUTCTime = review . absoluteTime
    |
291 | taiToUTCTime = review . absoluteTime
    |                         ^^^^^^^^^^^^

src/Data/Thyme/Time/Core.hs:322:25: error:
    • Couldn't match type: forall (p :: * -> * -> *) (f :: * -> *).
                           (Data.Profunctor.Unsafe.Profunctor p, Functor f) =>
                           Control.Lens.Overloaded p f UTCTime UTCTime 
LocalTime LocalTime
                     with: (LocalTime -> Data.Functor.Const.Const LocalTime 
LocalTime)
                           -> UTCTime -> Data.Functor.Const.Const LocalTime 
UTCTime
      Expected: TimeZone
                -> Control.Lens.Getting LocalTime UTCTime LocalTime
        Actual: TimeZone -> Iso' UTCTime LocalTime
    • In the second argument of ‘(.)’, namely ‘utcLocalTime’
      In the expression: view . utcLocalTime
      In an equation for ‘utcToLocalTime’:
          utcToLocalTime = view . utcLocalTime
    |
322 | utcToLocalTime = view . utcLocalTime
    |                         ^^^^^^^^^^^^

src/Data/Thyme/Time/Core.hs:326:27: error:
    • Couldn't match type: forall (p :: * -> * -> *) (f :: * -> *).
                           (Data.Profunctor.Unsafe.Profunctor p, Functor f) =>
                           Control.Lens.Overloaded p f UTCTime UTCTime 
LocalTime LocalTime
                     with: Control.Lens.Reviewed
                             a1 (Data.Functor.Identity.Identity LocalTime)
                           -> Control.Lens.Reviewed
                                s1 (Data.Functor.Identity.Identity UTCTime)
      Expected: TimeZone -> Control.Lens.AReview s1 UTCTime a1 LocalTime
        Actual: TimeZone -> Iso' UTCTime LocalTime
    • In the second argument of ‘(.)’, namely ‘utcLocalTime’
      In the expression: review . utcLocalTime
      In an equation for ‘localTimeToUTC’:
          localTimeToUTC = review . utcLocalTime
    |
326 | localTimeToUTC = review . utcLocalTime
    |                           ^^^^^^^^^^^^

src/Data/Thyme/Time/Core.hs:330:25: error:
    • Couldn't match type: forall (p :: * -> * -> *) (f :: * -> *).
                           (Data.Profunctor.Unsafe.Profunctor p, Functor f) =>
                           Control.Lens.Overloaded
                             p f UniversalTime UniversalTime LocalTime LocalTime
                     with: (LocalTime -> Data.Functor.Const.Const LocalTime 
LocalTime)
                           -> UniversalTime
                              -> Data.Functor.Const.Const LocalTime 
UniversalTime
      Expected: Rational
                -> Control.Lens.Getting LocalTime UniversalTime LocalTime
        Actual: Rational -> Iso' UniversalTime LocalTime
    • In the second argument of ‘(.)’, namely ‘ut1LocalTime’
      In the expression: view . ut1LocalTime
      In an equation for ‘ut1ToLocalTime’:
          ut1ToLocalTime = view . ut1LocalTime
    |
330 | ut1ToLocalTime = view . ut1LocalTime
    |                         ^^^^^^^^^^^^

src/Data/Thyme/Time/Core.hs:334:27: error:
    • Couldn't match type: forall (p :: * -> * -> *) (f :: * -> *).
                           (Data.Profunctor.Unsafe.Profunctor p, Functor f) =>
                           Control.Lens.Overloaded
                             p f UniversalTime UniversalTime LocalTime LocalTime
                     with: Control.Lens.Reviewed
                             a0 (Data.Functor.Identity.Identity LocalTime)
                           -> Control.Lens.Reviewed
                                s0 (Data.Functor.Identity.Identity 
UniversalTime)
      Expected: Rational
                -> Control.Lens.AReview s0 UniversalTime a0 LocalTime
        Actual: Rational -> Iso' UniversalTime LocalTime
    • In the second argument of ‘(.)’, namely ‘ut1LocalTime’
      In the expression: review . ut1LocalTime
      In an equation for ‘localTimeToUT1’:
          localTimeToUT1 = review . ut1LocalTime
    |
334 | localTimeToUT1 = review . ut1LocalTime
    |                           ^^^^^^^^^^^^
...

--- End Message ---
--- Begin Message ---
Version: 0.3.5.5-5+rm

Dear submitter,

as the package haskell-thyme has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1026156

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Ansgar (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to