futhark-server 1.2.2.0 → 1.2.2.1
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- futhark-server.cabal +1/−1
- src/Futhark/Server.hs +1/−0
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for futhark-server +## 1.2.2.1 -- 2023-03-21++* Support GHC 9.6.+ ## 1.2.2.0 -- 2023-03-10 * Added `cmdTuningParams`.
futhark-server.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: futhark-server-version: 1.2.2.0+version: 1.2.2.1 synopsis: Client implementation of the Futhark server protocol. description: Provides an easy way to interact with a running Futhark
src/Futhark/Server.hs view
@@ -73,6 +73,7 @@ import Control.Exception import Control.Monad import Control.Monad.Except+import Control.Monad.IO.Class (MonadIO, liftIO) import Data.Text (Text) import qualified Data.Text as T import qualified Data.Text.IO as T