Preprocessing library for yesod-alerts-0.1.4.0...
Building library for yesod-alerts-0.1.4.0...
[1 of 5] Compiling Yesod.Alert
/home/curators/work/unpack-dir/unpacked/yesod-alerts-0.1.4.0-8dbe251cd078ec01c0819c38c65444db8de7acf81210b17bc38720c69b3a6414/src/Yesod/Alert.hs:67:49: error: [GHC-87543]
Ambiguous occurrence ‘show’.
It could refer to
either ‘Prelude.show’,
imported from ‘Prelude’ at src/Yesod/Alert.hs:38:8-18
(and originally defined in ‘ghc-internal-9.1204.0:GHC.Internal.Show’),
or ‘Data.Text.show’,
imported from ‘Data.Text’ at src/Yesod/Alert.hs:58:1-16.
|
67 | setAlert (Alert alert msg) = addMessage (pack $ show alert) $ toHtml msg
| ^^^^
/home/curators/work/unpack-dir/unpacked/yesod-alerts-0.1.4.0-8dbe251cd078ec01c0819c38c65444db8de7acf81210b17bc38720c69b3a6414/src/Yesod/Alert.hs:71:43: error: [GHC-87543]
Ambiguous occurrence ‘show’.
It could refer to
either ‘Prelude.show’,
imported from ‘Prelude’ at src/Yesod/Alert.hs:38:8-18
(and originally defined in ‘ghc-internal-9.1204.0:GHC.Internal.Show’),
or ‘Data.Text.show’,
imported from ‘Data.Text’ at src/Yesod/Alert.hs:58:1-16.
|
71 | setAlertI alert msg = addMessageI (pack $ show alert) msg
| ^^^^
curator: Received ExitFailure 1 when running
Raw command: /usr/bin/stack --terminal build --test --test-suite-timeout=600 --no-rerun-tests --bench --no-run-benchmarks --haddock --no-interleaved-output --ghc-options -w --jobs=16
Run from: unpack-dir
cc @alx741