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

Commit 89cb310

Browse files
author
nshepperd
committed
Update twremat.cabal for ghc 9.0
1 parent d1fdd97 commit 89cb310

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

twremat/twremat.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ library lib
1616
hs-source-dirs: src
1717
exposed-modules:
1818
Balanced Dense Filter Graph TreeWidth TWRemat Util
19-
build-depends: base >= 4.12.0.0 && < 4.15.0.0, containers, mtl, psqueues, dlist, relation
19+
build-depends: base >= 4.12.0.0 && < 4.16.0.0, containers, mtl, psqueues, dlist, relation
20+
default-language: Haskell2010
2021

2122
executable twremat
2223
main-is: remat.hs
2324
-- other-modules: Cabbage.Config, Cabbage.Cabal, Cabbage.Parser
2425
-- other-extensions:
25-
build-depends: base >= 4.12.0.0 && < 4.15.0.0, lib,
26+
build-depends: base >= 4.12.0.0 && < 4.16.0.0, lib,
2627
containers, mtl, psqueues, dlist, relation, parsers, trifecta, text
2728
-- , Glob
2829
-- , containers
@@ -47,6 +48,7 @@ Test-Suite testmain
4748
main-is: test.hs
4849
hs-source-dirs: main test
4950
other-modules: TestBalanced TestGraph TestTreeWidth
50-
build-depends: base >= 4.12.0.0 && < 4.15.0.0, lib,
51+
build-depends: base >= 4.12.0.0 && < 4.16.0.0, lib,
5152
containers, mtl, psqueues, dlist, relation, parsers, trifecta, text,
5253
QuickCheck, tasty, tasty-quickcheck, fgl, fgl-arbitrary
54+
default-language: Haskell2010

0 commit comments

Comments
 (0)