haskell-readline: update to version 1.0.3.0
This commit is contained in:
parent
2175e73c0b
commit
09ca09082a
@ -1,9 +1,9 @@
|
|||||||
{ cabal, readline, ncurses } :
|
{ cabal, readline, ncurses }:
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self: {
|
||||||
pname = "readline";
|
pname = "readline";
|
||||||
version = "1.0.1.0";
|
version = "1.0.3.0";
|
||||||
sha256 = "07f2f039f32bf18838a4875d0f3caa3ed9436dd52b962b2061f0bb8a3316fa1d";
|
sha256 = "1sszlx34qa88fad3wlhd4rkb1my1nrpzvyd8vq7dn806j5sf3ff0";
|
||||||
propagatedBuildInputs = [ readline ncurses ];
|
propagatedBuildInputs = [ readline ncurses ];
|
||||||
# experimentally link with ncursesw because ghci can't interpret ld scripts,
|
# experimentally link with ncursesw because ghci can't interpret ld scripts,
|
||||||
# and ncurses sometimes seems to be a script pointing to ncursesw
|
# and ncurses sometimes seems to be a script pointing to ncursesw
|
||||||
@ -14,8 +14,6 @@ cabal.mkDerivation (self : {
|
|||||||
description = "An interface to the GNU readline library";
|
description = "An interface to the GNU readline library";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
self.stdenv.lib.maintainers.andres
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user