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 was archived by the owner on Jul 11, 2021. It is now read-only.
I am getting the following error upon running 'make'
[20 of 37] Compiling Dyna.ParserHS.OneshotDriver ( src/Dyna/ParserHS/OneshotDriver.hs, dist/build/dyna/dyna-tmp/Dyna/ParserHS/OneshotDriver.o )
src/Dyna/ParserHS/OneshotDriver.hs:111:48:
No instance for (Show PCS)
arising from the 'deriving' clause of a data type declaration
Possible fix:
add an instance declaration for (Show PCS)
or use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
When deriving the instance for (DeltaParsing (PCM im))
make: *** [build] Error 1
Is there something I can do to fix this or is this a problem with dyna?
Unfortunately I'm not familiar with Haskell so I don't know what things to try - any suggestions welcome