Hi, I am experiencing this error while trying to build Hydra
hydra-base > • No instance for (Show (DP.Pool SQLite.Connection))
hydra-base > arising from the first field of ‘RuntimeSQLiteConn’
hydra-base > (type ‘DP.Pool SQLite.Connection’)
hydra-base > Possible fix:
hydra-base > use a standalone 'deriving instance' declaration,
hydra-base > so you can specify the instance context yourself
hydra-base > • When deriving the instance for (Show RuntimeSqlConn)
hydra-base > |
hydra-base > 53 | deriving Show
hydra-base > | ^^^^
Hi, I am experiencing this error while trying to build Hydra
Any ideas?