generics-sop 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-prim
API changes (from Hackage documentation)
Files
- generics-sop.cabal +2/−2
generics-sop.cabal view
@@ -1,5 +1,5 @@ name: generics-sop-version: 0.1.1.1+version: 0.1.1.2 synopsis: Generic Programming using True Sums of Products description: A library to support the definition of generic functions.@@ -58,7 +58,7 @@ Generics.SOP.Sing build-depends: base >= 4.6 && < 5, template-haskell >= 2.8 && < 2.11,- ghc-prim >= 0.3 && < 0.4+ ghc-prim >= 0.3 && < 0.5 if impl (ghc < 7.8) build-depends: tagged >= 0.7 && < 0.8