mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
haskell-idris: update to version 0.9.11.1
This commit is contained in:
parent
4149ab9c50
commit
96756095b7
@ -1,21 +1,23 @@
|
|||||||
{ cabal, ansiTerminal, ansiWlPprint, binary, boehmgc, Cabal
|
{ cabal, annotatedWlPprint, ansiTerminal, ansiWlPprint, binary
|
||||||
, deepseq, filepath, gmp, happy, haskeline, languageJava, libffi
|
, boehmgc, Cabal, deepseq, filepath, gmp, happy, haskeline
|
||||||
, llvmGeneral, llvmGeneralPure, mtl, network, parsers, split, text
|
, languageJava, libffi, llvmGeneral, llvmGeneralPure, mtl, network
|
||||||
, time, transformers, trifecta, unorderedContainers, utf8String
|
, parsers, split, text, time, transformers, trifecta
|
||||||
, vector, vectorBinaryInstances, xml
|
, unorderedContainers, utf8String, vector, vectorBinaryInstances
|
||||||
|
, xml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "idris";
|
pname = "idris";
|
||||||
version = "0.9.10.1";
|
version = "0.9.11.1";
|
||||||
sha256 = "194gbpk8fy64maj9lcwj9hkbndc3287bh9mz2jm09vd11i23iyg1";
|
sha256 = "02a484vcf4sm2kdmxfxsy8x5whf002xyp2b6w1zrg7a6qggcabar";
|
||||||
isLibrary = false;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal ansiWlPprint binary Cabal deepseq filepath haskeline
|
annotatedWlPprint ansiTerminal ansiWlPprint binary Cabal deepseq
|
||||||
languageJava libffi llvmGeneral llvmGeneralPure mtl network parsers
|
filepath haskeline languageJava libffi llvmGeneral llvmGeneralPure
|
||||||
split text time transformers trifecta unorderedContainers
|
mtl network parsers split text time transformers trifecta
|
||||||
utf8String vector vectorBinaryInstances xml
|
unorderedContainers utf8String vector vectorBinaryInstances xml
|
||||||
|
zlib
|
||||||
];
|
];
|
||||||
buildTools = [ happy ];
|
buildTools = [ happy ];
|
||||||
extraLibraries = [ boehmgc gmp ];
|
extraLibraries = [ boehmgc gmp ];
|
||||||
|
Loading…
Reference in New Issue
Block a user