Skip to content

Commit

Permalink
Update version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Oct 24, 2024
1 parent a67cece commit 4e34f22
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 131 deletions.
14 changes: 7 additions & 7 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ tested-with:

dependencies:
- array >= 0.5.4 && < 0.6
- base >= 4.17.0 && < 4.19
- containers >= 0.6.0 && < 0.7
- base >= 4.17.0 && < 4.21
- containers >= 0.6.0 && < 0.8
- unordered-containers >= 0.2 && < 0.3
- errors >= 2.3.0 && < 2.4
- extra >= 1.7.12 && < 1.8
- directory >= 1.3.7 && < 1.4
- filepath
- ghc >= 9.4.3 && < 9.7
- ghc >= 9.4.3 && < 9.11
- ghc-paths >= 0.1.0 && < 0.2
- haskell-lexer >=1.1.1 && <1.2.0
- hiedb >= 0.6 && < 0.7
- lsp == 2.4.0.0
- lsp-types == 2.1.0.0
- lsp == 2.7.0.0
- lsp-types == 2.3.0.0
- mtl >= 2.2.2 && < 2.4
- parsec >= 3.1.0 && < 3.2
- sqlite-simple >= 0.4.18 && < 0.5
- template-haskell >= 2.19.0 && < 2.21
- text >= 2.0.1 && < 2.1
- template-haskell >= 2.19.0 && < 2.23
- text >= 2.0.1 && < 2.2
- bytestring >=0.10 && <0.13
- transformers >= 0.5.6.2 && < 0.7
- unliftio-core >= 0.2.1 && < 0.3
Expand Down
Loading

0 comments on commit 4e34f22

Please sign in to comment.