HugoDaniel / timerep

Reading and parsing time in Haskell
zlib License
9 stars 6 forks source link

timerep fails to build with time-1.11 #19

Closed juhp closed 2 years ago

juhp commented 2 years ago
$ stack --resolver nightly build timerep
timerep> stack-83dd043523002f44/timerep-2.0.1.0/Data/Time/RFC2822.hs:74:24: error:
timerep>     • Variable not in scope:
timerep>         parseTime :: TimeLocale -> String -> String -> Maybe ZonedTime
timerep>     • Perhaps you meant ‘parseTimeM’ (imported from Data.Time.Format)
timerep>    |
timerep> 74 |         parse format = parseTime defaultTimeLocale (toString' format) t'
timerep>    |                        ^^^^^^^^^
k0ral commented 2 years ago

Fixed in release 2.1.0.0.

Thank you for reporting :) .