Skip to content

Commit

Permalink
Merge pull request #68 from biocad/shevchenkod/ABSCAN-1481-ghc9
Browse files Browse the repository at this point in the history
ABSCAN-1481: update deps for GHC-9.2.5
  • Loading branch information
maksbotan authored Jan 19, 2023
2 parents 5946704 + 64dbdda commit 9842c0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## [0.1.5.1] - 2023-01-17
- Update dependencies for Haskell LTS-20.4.

## [0.1.5.0] - 2022-09-30
### Changed
- Update FASTA parser to megaparsec.
Expand Down
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ bcd-lts.mkBiocadProject {
shellArgs = {
buildInputs = [ bcd-lts.pkgs.RNA ];
};
compiler = "ghc925";
}
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cobot-io
version: 0.1.5.0
version: 0.1.5.1
github: "biocad/cobot-io"
license: BSD3
category: Bio
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies:
- deepseq >= 1.4 && < 1.5
- filepath
- http-conduit >= 2.3 && < 2.4
- hyraxAbif >= 0.2.3.27 && < 0.2.4.0
- hyraxAbif >= 0.2.3.27 && < 0.2.5.0
- lens >= 4.16 && < 5.3
- linear >= 1.20 && < 1.23
- megaparsec >= 9.0.1
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
resolver: lts-17.5
resolver: lts-20.4

packages:
- .

extra-deps:
- data-msgpack-0.0.13
- data-msgpack-types-0.0.3
- hyraxAbif-0.2.3.27
- cobot-0.1.1.7
- hyraxAbif-0.2.4.2

ghc-options:
$locals: -Wall -fdiagnostics-color=always

0 comments on commit 9842c0b

Please sign in to comment.