Cabal revisions of hegg-0.3.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.3.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 ghc-options: -Wall -Wcompat -- -fno-prof-auto -- other-modules: -- LANGUAGE extensions used by modules in this package.- build-depends: base >= 4.4 && < 5,+ build-depends: base >= 4.13 && < 5, transformers >= 0.4 && < 0.7, containers >= 0.4 && < 0.7 if flag(vizdot)