diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/domain.cabal b/domain.cabal
--- a/domain.cabal
+++ b/domain.cabal
@@ -1,5 +1,5 @@
 name: domain
-version: 0.1.1.3
+version: 0.1.1.4
 synopsis: Codegen helping you define domain models
 description:
   - For introduction and demo skip to [Readme](#readme).
@@ -52,7 +52,7 @@
     parser-combinators >=1.3 && <1.4,
     template-haskell >=2.13 && <3,
     template-haskell-compat-v0208 >=0.1.6 && <0.2,
-    text >=1.2.3 && <2,
+    text >=1.2.3 && <3,
     th-lego >=0.2.3 && <0.4,
     yaml-unscrambler >=0.1 && <0.2
 
diff --git a/library/Domain/Docs.hs b/library/Domain/Docs.hs
--- a/library/Domain/Docs.hs
+++ b/library/Domain/Docs.hs
@@ -242,14 +242,17 @@
   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
