domain 0.1.1.2 → 0.1.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~th-legoPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: th-lego
API changes (from Hackage documentation)
Files
- domain.cabal +2/−2
domain.cabal view
@@ -1,5 +1,5 @@ name: domain-version: 0.1.1.2+version: 0.1.1.3 synopsis: Codegen helping you define domain models description: - For introduction and demo skip to [Readme](#readme).@@ -53,7 +53,7 @@ template-haskell >=2.13 && <3, template-haskell-compat-v0208 >=0.1.6 && <0.2, text >=1.2.3 && <2,- th-lego >=0.2.3 && <0.3,+ th-lego >=0.2.3 && <0.4, yaml-unscrambler >=0.1 && <0.2 test-suite loading-demo