4f99724d5d5406ee2a4ef104e6b8c68cf2e9bb7cd827c6ed9ff418f5a3b1a461Created: 2026-09-16 16:00:15.297941 UTC
Size: 19620
Preview (limited to 512 bytes)
"{-# LANGUAGE OverloadedStrings #-}\n\nmodule Shibuya.Adapter.Pgmq.InternalSpec (spec) where\n\nimport Data.Aeson (Value (..), object, (.=))\nimport Data.Aeson.KeyMap qualified as KeyMap\nimport Data.ByteString qualified as BS\nimport Data.IORef (IORef, atomicModifyIORef', newIORef, readIORef)\nimport Data.Int (Int32)\nimport Data.Text (Text)\nimport Data.Time (NominalDiffTime, UTCTime (..), fromGregorian)\nimport Data.Vector qualified as Vector\nimport Effectful (Eff, IOE, liftIO, runEff, (:>))\nimport Effectful.Dispatc"
Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete