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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
I've tried compiling using ghc 8.10.3, 8.10.2 and Erik has tried 8.10.4. All cases seem to run into the following error as a part of 'cabal build smash' (after earlier 'cabal update'):
[3 of 4] Compiling Cardano.SMASH.Types ( src/Cardano/SMASH/Types.hs, /home/smash/cardano/smash/dist-newstyle/build/x86_64-linux/ghc-8.10.2/smash-servant-types-1.4.0/build/Cardano/SMASH/Types.o, /home/smash/cardano/smash/dist-newstyle/build/x86_64-linux/ghc-8.10.2/smash-servant-types-1.4.0/build/Cardano/SMASH/Types.dyn_o )
src/Cardano/SMASH/Types.hs:355:26: error:
• No instance for (MonadFail (Either Text))
arising from a use of ‘parseTimeM’
• In the expression: parseTimeM False defaultTimeLocale timeFormat
In the expression:
parseTimeM False defaultTimeLocale timeFormat $ toS queryParam
In an equation for ‘parsedTime’:
parsedTime
= parseTimeM False defaultTimeLocale timeFormat $ toS queryParam
|
355 | parsedTime = parseTimeM False defaultTimeLocale timeFormat $ toS queryParam
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" -
Please advise
The text was updated successfully, but these errors were encountered:
to to cabal .project.local to avoid cabal pulling in an older version that that caused overlapping instance errors. I suspect that should be in the cabal.project file.
With that added constraint I get the above build error with ghc-8.10.4 .
I've tried compiling using ghc 8.10.3, 8.10.2 and Erik has tried 8.10.4. All cases seem to run into the following error as a part of 'cabal build smash' (after earlier 'cabal update'):
Please advise
The text was updated successfully, but these errors were encountered: