Skip to content

Commit

Permalink
Support 9.6 version of base
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristano8 committed Dec 12, 2023
1 parent fe88902 commit 5a57d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timeline.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source-repository head

common deps
build-depends:
, base >=4.14.3 && <4.19
, base >=4.14.3 && <4.20
, containers >=0.6.5 && <0.7.1
, hedgehog >=1.1 && <1.5
, indexed-traversable >=0.1.2 && <0.2
Expand All @@ -44,7 +44,7 @@ library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-unused-imports
build-depends:
, semigroupoids >=5.3.7 && <6.1
, template-haskell >=2.16.0 && <2.21
, template-haskell >=2.16.0 && <2.22
, th-compat >=0.1.4 && <0.2

test-suite tests
Expand Down

0 comments on commit 5a57d87

Please sign in to comment.