haskell-ncurses: update to version 0.2.6
This commit is contained in:
parent
16e633d255
commit
04d55db5b8
1 changed files with 4 additions and 10 deletions
|
@ -1,18 +1,12 @@
|
|||
{ cabal, c2hs, ncurses, text, transformers }:
|
||||
{ cabal, c2hs, ncursesw, panelw, text, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ncurses";
|
||||
version = "0.2.4";
|
||||
sha256 = "0d4h85qgva1sf59g55k9xidqdpw18qj51xj7w5cqsf5pcpxgkcwh";
|
||||
version = "0.2.6";
|
||||
sha256 = "0mcgbq67f8hfdqmvm3p59949mbxcc2mgjw889zxvxx0174kn205q";
|
||||
buildDepends = [ text transformers ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ ncurses ];
|
||||
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
|
||||
'';
|
||||
extraLibraries = [ ncursesw panelw ];
|
||||
meta = {
|
||||
homepage = "https://john-millikin.com/software/haskell-ncurses/";
|
||||
description = "Modernised bindings to GNU ncurses";
|
||||
|
|
Loading…
Reference in a new issue