Cabal revisions of generics-sop-0.5.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: generics-sop version: 0.5.1.2+x-revision: 1 synopsis: Generic Programming using True Sums of Products description: A library to support the definition of generic functions. build-type: Simple cabal-version: >=1.10 extra-source-files: CHANGELOG.md doctest.sh-tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.2, GHC == 8.10.4, GHC == 9.0.1, GHC == 9.2.1+tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.2, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.1 source-repository head type: git Generics.SOP.NP Generics.SOP.NS Generics.SOP.Sing- build-depends: base >= 4.9 && < 4.17,+ build-depends: base >= 4.9 && < 4.18, sop-core == 0.5.0.*,- template-haskell >= 2.8 && < 2.19,+ template-haskell >= 2.8 && < 2.20, th-abstraction >= 0.4 && < 0.5,- ghc-prim >= 0.3 && < 0.9+ ghc-prim >= 0.3 && < 0.10 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall