Prepare release 0.3.16.2.

Use new .github workflows.
Restore import statement for liftA2 to fix build for GHC 9.4.
This commit is contained in:
Brian McKeon 2024-02-06 19:15:26 -05:00 committed by GitHub
parent 277d03b475
commit bfedcbbabc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 8 deletions

View file

@ -8,6 +8,8 @@
import Prelude hiding (replicate)
-- liftA2 is needed by GHC 9.4
import Control.Applicative (liftA2)
import Control.Monad.ST (runST)
import Data.Bytes.Builder
import Data.Bytes.Builder.Template (bldr)