loc-test 0.1.3.6 → 0.1.3.8
raw patch · 2 files changed
+7/−2 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
- loc-test.cabal +3/−2
changelog.md view
@@ -1,6 +1,10 @@ --- +0.1.3.8 - 2020 May 20++ - Support GHC 8.10+ The change log was not maintained before this point. 0.1.3.6 - 2020 Mar 15
loc-test.cabal view
@@ -1,5 +1,5 @@ name: loc-test-version: 0.1.3.6+version: 0.1.3.8 synopsis: Test-related utilities related to the /loc/ package. @@ -25,6 +25,7 @@ , GHC == 8.4.3 , GHC == 8.6.3 , GHC == 8.8.1+ , GHC == 8.10.1 extra-source-files: changelog.md@@ -36,5 +37,5 @@ ghc-options: -Wall build-depends: base, containers, hedgehog, loc build-depends: base >= 4.9- build-depends: base < 4.14+ build-depends: base < 4.15 exposed-modules: Test.Loc.Hedgehog.Gen