Skip to content

Commit

Permalink
Bump version of base for ghc 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xitian9 authored and muesli4 committed Sep 27, 2021
1 parent 387b342 commit 7396983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions table-layout.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ library
MultiWayIf

-- Other library packages from which modules are imported.
build-depends: base >=4.9 && <4.15,
build-depends: base >=4.9 && <4.16,
data-default-class >=0.1.2 && < 0.2

hs-source-dirs: src
Expand All @@ -99,7 +99,7 @@ library

executable table-layout-test-styles
main-is: Test.hs
build-depends: base >=4.9 && <4.15,
build-depends: base >=4.9 && <4.16,
data-default-class >=0.1.2 && < 0.2
hs-source-dirs: src
other-modules: Text.Layout.Table,
Expand Down Expand Up @@ -133,7 +133,7 @@ test-suite table-layout-tests
type: exitcode-stdio-1.0
hs-source-dirs: test-suite, src
main-is: Spec.hs
build-depends: base >=4.9 && <4.15,
build-depends: base >=4.9 && <4.16,
QuickCheck >=2.8 && < 2.15,
HUnit >=1.3,
data-default-class >=0.1.2 && < 0.2,
Expand Down

0 comments on commit 7396983

Please sign in to comment.