Skip to content

Commit 55ea46e

Browse files
committed
BLD Update to LTS-14.1
This includes a new version of bzlib-conduit which fixes a reported bug in NGLess (#116), whereby files consisting of concatenated bzip2 streams were mishandled. close #116
1 parent 7a8c0c8 commit 55ea46e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Version 1.0.1+
55
the number of threads used)
66
* Add `include_fragments` option to orf_find
77
* Add early check for column headers in `count()`
8+
* Update to LTS-14.1 (fixes #116)
89

910
Version 1.0.1 2019-07-05 by luispedro
1011
* Fix bug with external modules and multiple fastQ inputs

stack.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
# NOTE: When bumping stack's lts version, remember to rebuild and upload the
66
# docker images (build-scripts/docker_bases/) used by GitLab
7-
resolver: lts-13.23
7+
resolver: lts-14.1
88
compiler-check: newer-minor
99

1010

1111
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
12-
extra-deps:
13-
- conduit-algorithms-0.0.10.1
12+
extra-deps: []
1413

1514
allow-newer: true
1615

0 commit comments

Comments
 (0)