The Wayback Machine - https://web.archive.org/web/20220528221024/https://github.com/topics/haskell-library
Skip to content
#

haskell-library

Here are 362 public repositories matching this topic...

valderman
valderman commented May 8, 2019

This seems like it could be easily done using json1. This could be done either as a flagged (off by default) module in selda-sqlite or as a separate selda-sqlite-json1 package.

The reason for not including the functionality in selda-sqlite by default is to avoid pulling in aeson's massive list of dependencies when they're not needed.

enhancement help wanted good first issue
treffynnon
treffynnon commented Mar 13, 2019

OK, so there are no tests here to cheat from and I found if I passed in an Int to the Prettier functions (as the docs currently read to me) they'd both reject it.

This is what I've come up with to get it working, but I figure I've probably taken a detour somewhere:

import qualified Waargonaut.Encode as WE
import qualified Waargonaut.Prettier as WEP
import qualified Waargonaut
good first issue how-to documentation

Improve this page

Add a description, image, and links to the haskell-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the haskell-library topic, visit your repo's landing page and select "manage topics."

Learn more