haskell-idris: update to version 0.9.15

This commit is contained in:
Peter Simons 2014-10-27 23:36:11 +01:00
parent f6784b572a
commit 12fd14c453
2 changed files with 11 additions and 18 deletions

View File

@ -1,27 +1,25 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, annotatedWlPprint, ansiTerminal, ansiWlPprint { cabal, annotatedWlPprint, ansiTerminal, ansiWlPprint
, base64Bytestring, binary, blazeHtml, blazeMarkup, boehmgc, Cabal , base64Bytestring, binary, blazeHtml, blazeMarkup, boehmgc
, cheapskate, deepseq, filepath, fingertree, gmp, happy, haskeline , cheapskate, deepseq, filepath, fingertree, gmp, happy, haskeline
, languageJava, lens, libffi, llvmGeneral, llvmGeneralPure, mtl , lens, libffi, mtl, network, optparseApplicative, parsers, split
, network, optparseApplicative, parsers, split, text, time , text, time, transformers, trifecta, unorderedContainers
, transformers, trifecta, unorderedContainers, utf8String, vector , utf8String, vector, vectorBinaryInstances, xml, zlib
, vectorBinaryInstances, xml, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "idris"; pname = "idris";
version = "0.9.14.3"; version = "0.9.15";
sha256 = "03zppfqjamy4mdwcfx3x1wzxav67ha1zgnynrxhvdqw3zcsrwnlr"; sha256 = "1i7ra9yk5zcdw63fry8r2s61z6cga6arz9mnjc60jgg2ykcxv8md";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
annotatedWlPprint ansiTerminal ansiWlPprint base64Bytestring binary annotatedWlPprint ansiTerminal ansiWlPprint base64Bytestring binary
blazeHtml blazeMarkup Cabal cheapskate deepseq filepath fingertree blazeHtml blazeMarkup cheapskate deepseq filepath fingertree
haskeline languageJava lens libffi llvmGeneral llvmGeneralPure mtl haskeline lens libffi mtl network optparseApplicative parsers split
network optparseApplicative parsers split text time transformers text time transformers trifecta unorderedContainers utf8String
trifecta unorderedContainers utf8String vector vector vectorBinaryInstances xml zlib
vectorBinaryInstances xml zlib
]; ];
buildTools = [ happy ]; buildTools = [ happy ];
extraLibraries = [ boehmgc gmp ]; extraLibraries = [ boehmgc gmp ];

View File

@ -3085,12 +3085,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
arbtt = callPackage ../applications/misc/arbtt {}; arbtt = callPackage ../applications/misc/arbtt {};
idris_plain = callPackage ../development/compilers/idris { idris_plain = callPackage ../development/compilers/idris {};
llvmGeneral = self.llvmGeneral_3_3_8_2;
llvmGeneralPure = self.llvmGeneralPure_3_3_8_2;
languageJava = self.languageJava_0_2_6;
optparseApplicative = self.optparseApplicative_0_10_0;
};
idris = callPackage ../development/compilers/idris/wrapper.nix {}; idris = callPackage ../development/compilers/idris/wrapper.nix {};