haskell-ncurses: fix build

This commit is contained in:
Peter Simons
2013-09-22 13:25:10 +02:00
parent 876047edf7
commit ca90826c6f
@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ text transformers ];
buildTools = [ c2hs ];
extraLibraries = [ ncurses ];
patchPhase = "find . -type f -exec sed -i -e 's|ncursesw/||' {} \\;";
meta = {
homepage = "https://john-millikin.com/software/haskell-ncurses/";
description = "Modernised bindings to GNU ncurses";