Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Update twremat.cabal for ghc 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nshepperd committed Apr 1, 2021
1 parent d1fdd97 commit 89cb310
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions twremat/twremat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ library lib
hs-source-dirs: src
exposed-modules:
Balanced Dense Filter Graph TreeWidth TWRemat Util
build-depends: base >= 4.12.0.0 && < 4.15.0.0, containers, mtl, psqueues, dlist, relation
build-depends: base >= 4.12.0.0 && < 4.16.0.0, containers, mtl, psqueues, dlist, relation
default-language: Haskell2010

executable twremat
main-is: remat.hs
-- other-modules: Cabbage.Config, Cabbage.Cabal, Cabbage.Parser
-- other-extensions:
build-depends: base >= 4.12.0.0 && < 4.15.0.0, lib,
build-depends: base >= 4.12.0.0 && < 4.16.0.0, lib,
containers, mtl, psqueues, dlist, relation, parsers, trifecta, text
-- , Glob
-- , containers
Expand All @@ -47,6 +48,7 @@ Test-Suite testmain
main-is: test.hs
hs-source-dirs: main test
other-modules: TestBalanced TestGraph TestTreeWidth
build-depends: base >= 4.12.0.0 && < 4.15.0.0, lib,
build-depends: base >= 4.12.0.0 && < 4.16.0.0, lib,
containers, mtl, psqueues, dlist, relation, parsers, trifecta, text,
QuickCheck, tasty, tasty-quickcheck, fgl, fgl-arbitrary
default-language: Haskell2010

0 comments on commit 89cb310

Please sign in to comment.