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:
parent
277d03b475
commit
bfedcbbabc
5 changed files with 11 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue