domain-aeson 0.1.1.2 → 0.1.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~quickcheck-instancesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: quickcheck-instances
API changes (from Hackage documentation)
Files
- domain-aeson.cabal +3/−3
domain-aeson.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: domain-aeson-version: 0.1.1.2+version: 0.1.1.3 synopsis: Integration of domain with aeson homepage: https://github.com/nikita-volkov/domain-aeson bug-reports: https://github.com/nikita-volkov/domain-aeson/issues@@ -13,7 +13,7 @@ source-repository head type: git- location: git://github.com/nikita-volkov/domain-aeson.git+ location: https://github.com/nikita-volkov/domain-aeson common base-settings default-extensions:@@ -91,5 +91,5 @@ , generic-arbitrary >=1.0.1 && <1.1 , hspec , quickcheck-classes- , quickcheck-instances >=0.3.28 && <0.4+ , quickcheck-instances >=0.3.28 && <0.5 , rerebase >=1.9 && <2