Package Details: haskell-hsemail 2.2.1-1

Git Clone URL: https://aur.archlinux.org/haskell-hsemail.git (read-only, click to copy)
Package Base: haskell-hsemail
Description: Internet Message Parsers
Upstream URL: http://hackage.haskell.org/package/hsemail
Licenses: BSD3
Submitter: None
Maintainer: jose1711
Last Packager: jose1711
Votes: 7
Popularity: 0.000000
First Submitted: 2008-06-17 00:46 (UTC)
Last Updated: 2021-04-09 21:06 (UTC)

Latest Comments

jose1711 commented on 2020-01-25 23:06 (UTC)

this fixed the build issue:

runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid

jose1711 commented on 2017-12-25 17:54 (UTC)

failed to build

[1 of 3] Compiling Text.ParserCombinators.Parsec.Rfc2234 ( Text/ParserCombinators/Parsec/Rfc2234.hs, dist/build/Text/ParserCombinators/Parsec/Rfc2234.o )

Text/ParserCombinators/Parsec/Rfc2234.hs:19:1: error: Could not find module ‘Text.ParserCombinators.Parsec’ There are files missing in the ‘parsec-3.1.11’ package, try running 'ghc-pkg check'. Use -v to see a list of the files searched for. | 19 | import Text.ParserCombinators.Parsec | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^