Skip to content

Commit

Permalink
BLD Update to LTS-14.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
luispedro committed Aug 17, 2019
1 parent 7a8c0c8 commit 55ea46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 55ea46e

Please sign in to comment.