From 55ea46efe769ef5972c9dd2de5b4a2a275ea2eeb Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Sun, 18 Aug 2019 01:31:19 +0200 Subject: [PATCH] BLD Update to LTS-14.1 This includes a new version of bzlib-conduit which fixes a reported bug in NGLess (https://github.com/ngless-toolkit/ngless/issues/116), whereby files consisting of concatenated bzip2 streams were mishandled. close #116 --- ChangeLog | 1 + stack.yaml | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c3c9c72..4370ef1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ Version 1.0.1+ the number of threads used) * Add `include_fragments` option to orf_find * Add early check for column headers in `count()` + * Update to LTS-14.1 (fixes #116) Version 1.0.1 2019-07-05 by luispedro * Fix bug with external modules and multiple fastQ inputs diff --git a/stack.yaml b/stack.yaml index 732039a3..022a8edd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -4,13 +4,12 @@ # NOTE: When bumping stack's lts version, remember to rebuild and upload the # docker images (build-scripts/docker_bases/) used by GitLab -resolver: lts-13.23 +resolver: lts-14.1 compiler-check: newer-minor # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) -extra-deps: - - conduit-algorithms-0.0.10.1 +extra-deps: [] allow-newer: true