diff options
Diffstat (limited to 'haskell-toolchain')
-rw-r--r-- | haskell-toolchain | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/haskell-toolchain b/haskell-toolchain index 29dfcaa..0029649 100644 --- a/haskell-toolchain +++ b/haskell-toolchain @@ -1,3 +1,4 @@ -# OpenBSD 7.6 port versions. -GHC_VERSION=9.6.6 -CABAL_VERSION=3.10.3.0 +# OpenBSD 7.7 port versions. +# WORKAROUND: No GHC 9.8.3 available. Using 9.8.2 instead. +GHC_VERSION=9.8.2 +CABAL_VERSION=3.14.1.1 |