haskell-idris: update to version 0.9.9.3
This commit is contained in:
parent
ad44474f49
commit
b258b45a4f
@ -1,20 +1,21 @@
|
|||||||
{ cabal, ansiTerminal, binary, boehmgc, Cabal, filepath, gmp, happy
|
{ cabal, ansiTerminal, ansiWlPprint, binary, boehmgc, Cabal
|
||||||
, haskeline, languageJava, libffi, llvmGeneral, llvmGeneralPure
|
, filepath, gmp, happy, haskeline, languageJava, libffi
|
||||||
, mtl, parsec, parsers, split, text, time, transformers, trifecta
|
, llvmGeneral, llvmGeneralPure, mtl, parsec, parsers, split, text
|
||||||
, unorderedContainers, utf8String, vector, vectorBinaryInstances
|
, time, transformers, trifecta, unorderedContainers, utf8String
|
||||||
|
, vector, vectorBinaryInstances
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "idris";
|
pname = "idris";
|
||||||
version = "0.9.9.2";
|
version = "0.9.9.3";
|
||||||
sha256 = "0xfwnlf3jca64i4piyx9scmk4z8f6rak2cvrcjwji505a9vaa0rw";
|
sha256 = "1l19xx0xbcwlnnh2w0rmri7wwixffzfrafpbji64nwyx1awz4iab";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal binary Cabal filepath haskeline languageJava libffi
|
ansiTerminal ansiWlPprint binary Cabal filepath haskeline
|
||||||
llvmGeneral llvmGeneralPure mtl parsec parsers split text time
|
languageJava libffi llvmGeneral llvmGeneralPure mtl parsec parsers
|
||||||
transformers trifecta unorderedContainers utf8String vector
|
split text time transformers trifecta unorderedContainers
|
||||||
vectorBinaryInstances
|
utf8String vector vectorBinaryInstances
|
||||||
];
|
];
|
||||||
buildTools = [ happy ];
|
buildTools = [ happy ];
|
||||||
extraLibraries = [ boehmgc gmp ];
|
extraLibraries = [ boehmgc gmp ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user