archhaskell / habs

Arch Haskell ABS tree
http://github.com/archhaskell/habs
80 stars 28 forks source link

wl-pprint-text fails to build #187

Closed wadeduvall closed 9 years ago

wadeduvall commented 9 years ago

Steps to reproduce:

git clone git://github.com/archhaskell/habs.git habs_clean
cblrepo pkgbuild text
cblrepo pkgbuild wl-pprint-text
./makeahpkg -x haskell-text
./makeahpkg -x haskell-wl-pprint-text

Fails with:

==> Starting prepare()...
patching file Text/PrettyPrint/Leijen/Text.hs
Hunk #1 FAILED at 117.
1 out of 1 hunk FAILED -- saving rejects to file Text/PrettyPrint/Leijen/Text.hs.rej
patching file Text/PrettyPrint/Leijen/Text/Monadic.hs
Hunk #1 FAILED at 69.
1 out of 1 hunk FAILED -- saving rejects to file Text/PrettyPrint/Leijen/Text/Monadic.hs.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
==> ERROR: Build failed, check /home/wsduvall/habs_offical/x86_64-chroot/build/build
*** ERROR: Trapped ERR, something went very wrong.

I have submitted a pull request to fix this issue.

wadeduvall commented 9 years ago

I should note that ./makeahpkg -x haskell-text might only be required due to an issue with my local pacman cache, but figured I would throw it in just in case.