Update haskell-stack-trace-plugin.cabal

This commit is contained in:
Dmitry Olshansky 2023-07-21 17:34:38 +02:00 committed by GitHub
parent 8697d18dbf
commit 6624a59acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ common common-opts
library
import: common-opts
hs-source-dirs: src
build-depends: ghc ^>=8.6 || ^>=8.8 || ^>=8.10 || ^>=9.0
build-depends: ghc ^>=8.6 || ^>=8.8 || ^>=8.10 || ^>=9.0 || ^>=9.2 || ^>=9.4
exposed-modules: StackTrace.Plugin
if flag(dev)