haskell-leksah-server: update to version 0.13.1.0
This commit is contained in:
parent
8da91d47a1
commit
a5cc3d2391
@ -1,20 +1,21 @@
|
|||||||
{ cabal, attoparsec, attoparsecEnumerator, binary, binaryShared
|
{ cabal, attoparsec, attoparsecConduit, binary, binaryShared, Cabal
|
||||||
, Cabal, deepseq, enumerator, filepath, haddock, hslogger, HUnit
|
, conduit, deepseq, executablePath, filepath, haddock, hslogger
|
||||||
, ltk, network, parsec, processLeksah, strict, time, transformers
|
, HUnit, ltk, network, parsec, processLeksah, strict, text, time
|
||||||
|
, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "leksah-server";
|
pname = "leksah-server";
|
||||||
version = "0.12.1.2";
|
version = "0.13.1.0";
|
||||||
sha256 = "0fzfyq1g1jrfl40nklgvkahlcv32m4gjbcyw52dky2qzc05b0g6m";
|
sha256 = "11dggg9zaf7fhh8s6bc3dwr4b1qk7k5bj429i1vvqhrxc6968yjb";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec attoparsecEnumerator binary binaryShared Cabal deepseq
|
attoparsec attoparsecConduit binary binaryShared Cabal conduit
|
||||||
enumerator filepath haddock hslogger ltk network parsec
|
deepseq executablePath filepath haddock hslogger ltk network parsec
|
||||||
processLeksah strict time transformers
|
processLeksah strict text time transformers
|
||||||
];
|
];
|
||||||
testDepends = [ enumerator hslogger HUnit transformers ];
|
testDepends = [ conduit hslogger HUnit transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://leksah.org";
|
homepage = "http://leksah.org";
|
||||||
description = "Metadata collection for leksah";
|
description = "Metadata collection for leksah";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user