Skip to content

Commit aca904e

Browse files
committed
Support up to GHC 9.8
Fixes #8
1 parent ee82c22 commit aca904e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basic-sop.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ library
3030
Generics.SOP.NFData
3131
build-depends: base >= 4.6 && < 5,
3232
generics-sop >= 0.2.3 && < 0.6,
33-
text >= 1.1 && < 1.3,
34-
QuickCheck >= 2.7 && < 2.14,
35-
deepseq >= 1.3 && < 1.5
33+
text >= 1.1 && < 2.2,
34+
QuickCheck >= 2.7 && < 2.15,
35+
deepseq >= 1.3 && < 1.6
3636
hs-source-dirs: src
3737
default-language: Haskell2010
3838
ghc-options: -Wall

0 commit comments

Comments
 (0)