Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Jul 4, 2022
1 parent 7eb89bb commit f37a4eb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions library/Domain/Docs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,17 @@ module Domain.Docs
We expect the community to publish their general custom derivers as extensional
packages.
So far there is one package known (which we\'ve published ourselves):
So far the following packages are available:
- ["domain-aeson"](http://hackage.haskell.org/package/domain-aeson) - provides
integration with the ["aeson"](http://hackage.haskell.org/package/aeson) package.
- ["domain-cereal"](http://hackage.haskell.org/package/domain-cereal) - provides
integration with the ["cereal"](http://hackage.haskell.org/package/cereal) package.
- ["domain-optics"](http://hackage.haskell.org/package/domain-optics) - provides
integration with the ["optics"](http://hackage.haskell.org/package/optics) package.
If you\'re looking to contribute,
some likely needed candidates for extensions are \"QuickCheck\", \"aeson\", \"binary\",
\"cereal\".
some likely needed candidates for extensions are \"QuickCheck\", \"binary\".
-}
)
where
Expand Down

0 comments on commit f37a4eb

Please sign in to comment.