haskell-ncurses: update to version 0.2.6
This commit is contained in:
parent
16e633d255
commit
04d55db5b8
@ -1,18 +1,12 @@
|
|||||||
{ cabal, c2hs, ncurses, text, transformers }:
|
{ cabal, c2hs, ncursesw, panelw, text, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ncurses";
|
pname = "ncurses";
|
||||||
version = "0.2.4";
|
version = "0.2.6";
|
||||||
sha256 = "0d4h85qgva1sf59g55k9xidqdpw18qj51xj7w5cqsf5pcpxgkcwh";
|
sha256 = "0mcgbq67f8hfdqmvm3p59949mbxcc2mgjw889zxvxx0174kn205q";
|
||||||
buildDepends = [ text transformers ];
|
buildDepends = [ text transformers ];
|
||||||
buildTools = [ c2hs ];
|
buildTools = [ c2hs ];
|
||||||
extraLibraries = [ ncurses ];
|
extraLibraries = [ ncursesw panelw ];
|
||||||
preConfigure = ''
|
|
||||||
sed -i -e "s,ncursesw/,," lib/UI/NCurses.chs
|
|
||||||
sed -i -e "s,ncursesw/,," lib/UI/NCurses/Enums.chs
|
|
||||||
sed -i -e "s,ncursesw/,," lib/UI/NCurses/Panel.chs
|
|
||||||
sed -i -e "s,ncursesw/,," cbits/hsncurses-shim.c
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://john-millikin.com/software/haskell-ncurses/";
|
homepage = "https://john-millikin.com/software/haskell-ncurses/";
|
||||||
description = "Modernised bindings to GNU ncurses";
|
description = "Modernised bindings to GNU ncurses";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user