fizruk / telegram-bot-simple

Easy to use library for building Telegram bots in Haskell.
BSD 3-Clause "New" or "Revised" License
107 stars 52 forks source link

Repoint `cron` from fork #179

Closed swamp-agr closed 5 months ago

swamp-agr commented 5 months ago

As being said, keeping fork of cron is no longer needed. This MR switches cron to upstream.

It turned out, LLVM on macOS machines on CI was upgraded in the meantime. So now it's impossible to build it on macOS.

Warning: Couldn’t figure out LLVM version!
Make sure you have installed LLVM between [9 and 13)

CI builds for macOS were disabled in advance.