dahdit-test 0.5.0 → 0.5.1
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- dahdit-test.cabal +1/−1
- src/Test/Dahdit/GenDefault.hs +2/−1
dahdit-test.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: dahdit-test-version: 0.5.0+version: 0.5.1 synopsis: Test utils for Dahdit serde description: Please see the README on GitHub at <https://github.com/ejconlon/dahdit-test#readme> homepage: https://github.com/ejconlon/dahdit-test#readme
src/Test/Dahdit/GenDefault.hs view
@@ -230,7 +230,8 @@ deriving via (ViaGeneric (D p) (a, b, c, d, e)) instance- (GenDefault (D p) a, GenDefault (D p) b, GenDefault (D p) c, GenDefault (D p) d, GenDefault (D p) e) => GenDefault (D p) (a, b, c, d, e)+ (GenDefault (D p) a, GenDefault (D p) b, GenDefault (D p) c, GenDefault (D p) d, GenDefault (D p) e)+ => GenDefault (D p) (a, b, c, d, e) instance (LengthBounds (D p) [a], GenDefault (D p) a) => GenDefault (D p) [a] where genDefault = genListLike id