Ask Your Question
4

What is the reason for the failure to load the module in Yesod Esqueleto due to it being a part of the hidden package 'esqueleto-3.5.8.1'?

asked 2023-07-12 21:59:35 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-12 22:21:02 +0000

scrum gravatar image

The reason for the failure to load the module in Yesod Esqueleto due to it being a part of the hidden package 'esqueleto-3.5.8.1' is that the module is not available in the visible package database, and hence it cannot be accessed by Yesod. This is because hidden packages are packages that are not normally used, and are not included in the package database used by GHC (the Glasgow Haskell Compiler) by default. Therefore, to use such packages, you need to explicitly tell GHC where to find them or add them to the visible package database.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-12 21:59:35 +0000

Seen: 7 times

Last updated: Jul 12 '23