fake 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+9/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- fake.cabal +5/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for fake +## 0.1.1.3 -- 2020-01-27++* GHC 8.8 support+ ## 0.1.1 -- 2018-04-18 * Use 1000 most common female, male, and last names
fake.cabal view
@@ -1,5 +1,5 @@ name: fake-version: 0.1.1.2+version: 0.1.1.3 synopsis: Randomly generated fake data description: QuickCheck generates completely random data for the purposes of test and catching corner cases. The fake@@ -21,7 +21,8 @@ GHC==8.0.2, GHC==8.2.2, GHC==8.4.4,- GHC==8.6.3+ GHC==8.6.5,+ GHC==8.8.2 extra-source-files: default.nix@@ -51,9 +52,9 @@ other-modules: Fake.Types build-depends:- base >= 4.6 && < 4.13,+ base >= 4.6 && < 4.14, containers >= 0.5 && < 0.7,- generics-sop >= 0.2 && < 0.5,+ generics-sop >= 0.2 && < 0.6, random >= 1.1 && < 1.2, text >= 1.2 && < 1.3, time >= 1.4 && < 1.10