haskell-haskeline: updated to version 0.6.4.2
svn path=/nixpkgs/trunk/; revision=28549
This commit is contained in:
parent
3afb3eba27
commit
9a7839daaf
|
@ -2,10 +2,9 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "haskeline";
|
pname = "haskeline";
|
||||||
version = "0.6.4.0";
|
version = "0.6.4.2";
|
||||||
sha256 = "0p2qbckvdhzid6zrcgjwr8b5h8vxd7wdswsm2qp3hiyg48v4y5hd";
|
sha256 = "0za3n0kyfnya9lc6p07702rn393ghhsb3b08i1lpxz6587fbdzjb";
|
||||||
buildDepends = [ extensibleExceptions mtl terminfo utf8String ];
|
buildDepends = [ extensibleExceptions mtl terminfo utf8String ];
|
||||||
patchPhase = "sed -i -e 's|base >=4.1 && < 4.4|base >=4.1 \\&\\& < 5|g' -e 's|unix>=2.0 && < 2.5|unix>=2.0 \\&\\& < 3|g' haskeline.cabal";
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://trac.haskell.org/haskeline";
|
homepage = "http://trac.haskell.org/haskeline";
|
||||||
description = "A command-line interface for user input, written in Haskell";
|
description = "A command-line interface for user input, written in Haskell";
|
||||||
|
|
Loading…
Reference in New Issue