We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092260c commit 14a3e01Copy full SHA for 14a3e01
1 file changed
haskell-debugger.cabal
@@ -119,11 +119,11 @@ library
119
120
default-extensions: CPP
121
build-depends: base >= 4.22 && < 5,
122
- ghc >= 9.14 && < 9.16, ghci >= 9.14 && < 9.16,
123
- ghc-boot-th >= 9.14 && < 9.16,
124
- ghc-boot >= 9.14 && < 9.16,
125
- ghc-experimental >= 9.1401 && < 9.1600,
126
- ghc-heap >= 9.14 && < 9.16,
+ ghc >= 9.14 && < 10.2, ghci >= 9.14 && < 10.2,
+ ghc-boot-th >= 9.14 && < 10.2,
+ ghc-boot >= 9.14 && < 10.2,
+ ghc-experimental >= 9.1401 && < 10.200,
+ ghc-heap >= 9.14 && < 10.2,
127
array >= 0.5.8 && < 0.6,
128
containers >= 0.7 && < 0.9,
129
mtl >= 2.3 && < 3,
0 commit comments