Skip to content

Data.Text.IO.Utf8: use B.putStrLn instead of B.putStr t >> B.putStr "\n" #281

Data.Text.IO.Utf8: use B.putStrLn instead of B.putStr t >> B.putStr "\n"

Data.Text.IO.Utf8: use B.putStrLn instead of B.putStr t >> B.putStr "\n" #281

Workflow file for this run

name: ci-i386
on:
- push
- pull_request
defaults:
run:
shell: bash
jobs:
i386:
runs-on: ubuntu-latest
container:
image: i386/ubuntu:bionic
steps:
- name: Install
run: |
apt-get update -y
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl libncurses5 libtinfo5 libncurses5-dev libtinfo-dev
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
- uses: actions/checkout@v1
- name: Test
run: |
source ~/.ghcup/env
cabal update
cabal test