graninas / Hydra

Hydra is a full-fledged framework for building web services, multithreaded and concurrent applications with SQL and KV DB support.
BSD 3-Clause "New" or "Revised" License
189 stars 13 forks source link

build failed on openBSD 7.2 #60

Closed ksilo closed 1 year ago

ksilo commented 1 year ago

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       >      |            ^^^^

Any ideas?