2009-04-21 23:05:30 +02:00
|
|
|
{cabal, extensibleExceptions, mtl, utf8String}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "haskeline";
|
2010-01-04 18:40:51 +01:00
|
|
|
version = "0.6.2.2";
|
|
|
|
sha256 = "b6307563258802453d65c7e7bd1ef1c6635fefea17af3e01449192b52075b25b";
|
2009-04-21 23:05:30 +02:00
|
|
|
propagatedBuildInputs = [extensibleExceptions mtl utf8String];
|
|
|
|
meta = {
|
|
|
|
description = "A command-line interface for user input, written in Haskell";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|