You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recent thyme releases fail to compile with GHC 7.4 even though declaring support for base >= 4.5 (but base-4.5 doesn't have GHC.Generics):
Configuring component lib from thyme-0.3.5.5
Preprocessing library thyme-0.3.5.5...
src/Data/Thyme/Calendar/WeekdayOfMonth.hs:33:8:
Could not find module `GHC.Generics'
It is a member of the hidden package `ghc-prim'.
Perhaps you need to add `ghc-prim' to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
The text was updated successfully, but these errors were encountered:
recent
thyme
releases fail to compile with GHC 7.4 even though declaring support forbase >= 4.5
(butbase-4.5
doesn't haveGHC.Generics
):The text was updated successfully, but these errors were encountered: