generic-random 1.1.0.0 → 1.1.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- generic-random.cabal +1/−1
- src/Generic/Random/Internal/Generic.hs +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ https://github.com/Lysxia/generic-random/blob/master/changelog.md +# 1.1.0.1++- Fix build for GHC<8+ # 1.1.0.0 - Add option to specify custom generators for certain fields,
generic-random.cabal view
@@ -1,5 +1,5 @@ name: generic-random-version: 1.1.0.0+version: 1.1.0.1 synopsis: Generic random generators description: For more information
src/Generic/Random/Internal/Generic.hs view
@@ -425,7 +425,7 @@ type family SelectorName (d :: Meta) :: Maybe Symbol type instance SelectorName (MetaSel mn su ss ds) = mn #else-type SelectorName d = Nothing+type SelectorName d = (Nothing :: Maybe Symbol) #endif