diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-27 20:37:55 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-02-27 21:00:40 +0100 |
commit | d22a31766d2ecef0baf32fac41518f2f949545d1 (patch) | |
tree | 5eb75dc7560b913fe5775d955a5973672c9a1996 /src/Run.hs | |
parent | 24925cc58dd8977bff75a4a56d57898db489173a (diff) |
Bump dependencies, build with GHC up to 9.12
Changelog: Support for GHC up to 9.12
Diffstat (limited to 'src/Run.hs')
-rw-r--r-- | src/Run.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ import Control.Concurrent import Control.Concurrent.STM import Control.Monad import Control.Monad.Except +import Control.Monad.Fix import Control.Monad.Reader import Data.Map qualified as M |