packages feed

domain 0.1.1.3 → 0.1.1.4

raw patch · 3 files changed

+8/−7 lines, 3 filesdep ~textsetup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
domain.cabal view
@@ -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 
library/Domain/Docs.hs view
@@ -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