packages feed

Cabal revisions of hegg-0.4.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 cabal-version:      2.4 name:               hegg version:            0.4.0.0+x-revision: 1 Tested-With:        GHC ==9.4.2 || ==9.2.2 || ==9.0.2 || ==8.10.7 synopsis:           Fast equality saturation in Haskell      location: https://github.com/alt-romes/hegg  library+    other-extensions: BlockArguments StandaloneKindSignatures++    -- QuantifiedConstraints are quite broken with GHC-9.0+    -- Ord (Pattern l) instance triggers same issue like+    -- https://github.com/haskell/mtl/issues/138+    build-depends: base >=4.16  || <4.15+     ghc-options:      -Wall -Wcompat                        -- -fno-prof-auto     -- other-modules:      -- LANGUAGE extensions used by modules in this package.-    build-depends:    base         >= 4.4 && < 5,+    -- base-4.13, because foldMap' is used.+    build-depends:    base         >= 4.13 && < 5,                       transformers >= 0.4 && < 0.7,                       containers   >= 0.4 && < 0.7     if flag(vizdot)