imclerran / roc-isodate

A Roc package for parsing ISO Date/Time strings. 📆⏰📦

Home Page:https://www.imclerran.com/roc-isodate/

Repository from Github https://github.comimclerran/roc-isodateRepository from Github https://github.comimclerran/roc-isodate

Example does not compile due to Roc bug

imclerran opened this issue · comments

Roc bug prevents compilation of apps which depend on a package, unless all modules which the package depends on internally are imported into the app.

This means that the example app does not compile.

Fixed by PR #19