kind-generics-th 0.2.2.0 → 0.2.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~th-abstractionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: th-abstraction
API changes (from Hackage documentation)
Files
- kind-generics-th.cabal +2/−2
kind-generics-th.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: kind-generics-th-version: 0.2.2.0+version: 0.2.2.1 synopsis: Template Haskell support for generating `GenericK` instances description: This package provides Template Haskell functionality to automatically derive @GenericK@ instances (from the@@ -26,7 +26,7 @@ , ghc-prim >= 0.5.3 , kind-generics >=0.4 , template-haskell >=2.14 && <2.17- , th-abstraction >=0.3.1 && <0.4+ , th-abstraction >=0.3.1 && <0.5 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall