idris: re-generate with cabal2nix
This commit is contained in:
parent
a2d8fccdfe
commit
666cfebff1
@ -1,8 +1,8 @@
|
|||||||
{ cabal, ansiTerminal, ansiWlPprint, binary, boehmgc, Cabal
|
{ cabal, ansiTerminal, ansiWlPprint, binary, boehmgc, Cabal
|
||||||
, deepseq, filepath, gmp, happy, haskeline, languageJava, mtl
|
, deepseq, filepath, gmp, happy, haskeline, languageJava, libffi
|
||||||
, network, parsers, split, text, time, transformers, trifecta
|
, llvmGeneral, llvmGeneralPure, mtl, network, parsers, split, text
|
||||||
, unorderedContainers, utf8String, vector, vectorBinaryInstances
|
, time, transformers, trifecta, unorderedContainers, utf8String
|
||||||
, xml, llvmGeneral, libffi
|
, vector, vectorBinaryInstances, xml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -13,13 +13,13 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal ansiWlPprint binary Cabal deepseq filepath haskeline
|
ansiTerminal ansiWlPprint binary Cabal deepseq filepath haskeline
|
||||||
languageJava mtl network parsers split text time transformers
|
languageJava libffi llvmGeneral llvmGeneralPure mtl network parsers
|
||||||
trifecta unorderedContainers utf8String vector
|
split text time transformers trifecta unorderedContainers
|
||||||
vectorBinaryInstances xml llvmGeneral
|
utf8String vector vectorBinaryInstances xml
|
||||||
];
|
];
|
||||||
buildTools = [ happy ];
|
buildTools = [ happy ];
|
||||||
extraLibraries = [ boehmgc gmp libffi ];
|
extraLibraries = [ boehmgc gmp ];
|
||||||
configureFlags = [ "-f" "llvm" "-f" "gmp" "-f" "ffi" ];
|
configureFlags = "-fllvm -fgmp -fffi";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.idris-lang.org/";
|
homepage = "http://www.idris-lang.org/";
|
||||||
description = "Functional Programming Language with Dependent Types";
|
description = "Functional Programming Language with Dependent Types";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user