text-show-instances 3.8.1 → 3.8.2
raw patch · 3 files changed
+6/−1 lines, 3 filesdep ~ghc-boot-thPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-boot-th
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- tests/Instances/GHC/LanguageExtensions/Type.hs +2/−0
- text-show-instances.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,6 @@+### 3.8.2 [2019.09.03]+* Make the test suite compile on GHC 8.8.1.+ ### 3.8.1 [2019.06.03] * Require `quickcheck-instances-0.3.21` or later.
tests/Instances/GHC/LanguageExtensions/Type.hs view
@@ -21,7 +21,9 @@ import GHC.LanguageExtensions.Type (Extension(..)) import Test.QuickCheck (Arbitrary(..), arbitraryBoundedEnum) +# if !(MIN_VERSION_ghc_boot_th(8,8,1)) deriving instance Bounded Extension+# endif instance Arbitrary Extension where arbitrary = arbitraryBoundedEnum #endif
text-show-instances.cabal view
@@ -1,5 +1,5 @@ name: text-show-instances-version: 3.8.1+version: 3.8.2 synopsis: Additional instances for text-show description: @text-show-instances@ is a supplemental library to @text-show@ that provides additional @Show@ instances for data types in