Package Details: zalgo r6.673bd73-1

Git Clone URL: https://aur.archlinux.org/zalgo.git (read-only, click to copy)
Package Base: zalgo
Description: Generate zalgo text
Upstream URL: https://github.com/LevitatingBusinessMan/zalgo
Licenses: MIT
Submitter: Levitating
Maintainer: Levitating
Last Packager: Levitating
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-04 13:41 (UTC)
Last Updated: 2022-10-05 18:03 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

DaforLynx commented on 2025-05-05 23:32 (UTC)

The build fails to compile with the error

ghc -dynamic zalgo.hs
[1 of 2] Compiling Main             ( zalgo.hs, zalgo.o )

zalgo.hs:6:1: error:
    Could not find module ‘System.Random’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
6 | import System.Random
  | ^^^^^^^^^^^^^^^^^^^^
make: *** [Makefile:6: build] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'zalgo-r6.673bd73-1': 
error: packages failed to build: zalgo-r6.673bd73-1

Don't know anything about Haskell, so don't know how to fix. The ghc libs seem to have installed correctly.