time-recurrence icon indicating copy to clipboard operation
time-recurrence copied to clipboard

Ambiguous Occurrence errors when built alongside time-1.9.1

Open aeggenberger opened this issue 7 years ago • 0 comments

I get several errors like this and a build failure when trying to build time-recurrence in the same sandbox as time-1.9.1.

src/Data/Time/CalendarTime/CalendarTime.hs:50:31:
    Ambiguous occurrence ‘calendarYear’
    It could refer to either ‘Data.Time.CalendarTime.CalendarTime.calendarYear’,
                             defined at src/Data/Time/CalendarTime/CalendarTime.hs:31:7
                          or ‘Data.Time.calendarYear’,
                             imported from ‘Data.Time’ at src/Data/Time/CalendarTime/CalendarTime.hs:17:1-16
                             (and originally defined in ‘time-1.9.1:Data.Time.Calendar.CalendarDiffDays’)`

aeggenberger avatar Mar 29 '18 17:03 aeggenberger