Cabal revisions of generics-sop-0.5.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: generics-sop version: 0.5.0.0+x-revision: 1 synopsis: Generic Programming using True Sums of Products description: A library to support the definition of generic functions. Generics.SOP.Sing build-depends: base >= 4.9 && < 5, sop-core == 0.5.0.*,- template-haskell >= 2.8 && < 2.15,+ template-haskell >= 2.8 && < 2.16, ghc-prim >= 0.3 && < 0.6 hs-source-dirs: src default-language: Haskell2010