Cabal revisions of generics-sop-0.2.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: generics-sop version: 0.2.5.0+x-revision: 1 synopsis: Generic Programming using True Sums of Products description: A library to support the definition of generic functions. Generics.SOP.Universe Generics.SOP.Sing build-depends: base >= 4.6 && < 5,- template-haskell >= 2.8 && < 2.13,+ template-haskell >= 2.8 && < 2.15, ghc-prim >= 0.3 && < 0.6, deepseq >= 1.3 && < 1.5 if !impl (ghc >= 7.8) build-depends: tagged >= 0.7 && < 0.9 if !impl (ghc >= 8.0)- build-depends: transformers-compat >= 0.3 && < 0.6,+ build-depends: transformers-compat >= 0.3 && < 0.7, transformers >= 0.3 && < 0.6 hs-source-dirs: src