chrra / iCalendar

iCalendar data types, parser, and printer.
BSD 3-Clause "New" or "Revised" License
38 stars 47 forks source link

iCalendar.cabal: add missing Paths_iCalendar module #30

Closed trofi closed 6 years ago

trofi commented 6 years ago

Noticed as a quickfuzz build breakage (http://quickfuzz.org/): can't load .so/.DLL for: .../libHSiCalendar-0.4.0.4-2VZGCUKX8TfFH3xdw7yYla-ghc8.0.2.so (.../libHSiCalendar-0.4.0.4-2VZGCUKX8TfFH3xdw7yYla-ghc8.0.2.so: undefined symbol: iCalendarzm0zi4zi0zi4zm2VZZGCUKX8TfFH3xdw7yYla_PathszuiCalendar_version1_closure)

It's a symbol iCalendar-0.4.0.4-2VZGCUKX8TfFH3xdw7yYla_Paths_iCalendar_version1_closure

This change adds missing module into other-modules.

Signed-off-by: Sergei Trofimovich slyfox@gentoo.org

hurrja commented 6 years ago

I just spent half a day trying to figure out why my stack build failed in linker stage, and just found this solution. Could this be merged into the main branch and updated so that Hackage would contain a working version? Please?

chrra commented 6 years ago

Yes, of course. Sorry for the delay.