Skip to content

Commit 79b491e

Browse files
committed
cabal: Allow 10.1 in ghc version bounds
1 parent 2cd4c95 commit 79b491e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

haskell-debugger.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ library
119119

120120
default-extensions: CPP
121121
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,
122+
ghc >= 9.14 && < 10.2, ghci >= 9.14 && < 10.2,
123+
ghc-boot-th >= 9.14 && < 10.2,
124+
ghc-boot >= 9.14 && < 10.2,
125+
ghc-experimental >= 9.1401 && < 10.200,
126+
ghc-heap >= 9.14 && < 10.2,
127127
array >= 0.5.8 && < 0.6,
128128
containers >= 0.7 && < 0.9,
129129
mtl >= 2.3 && < 3,

0 commit comments

Comments
 (0)