Skip to content

Commit

Permalink
Bump stan
Browse files Browse the repository at this point in the history
Needed in order to get the functions for getting the config, etc.
  • Loading branch information
0rphee committed Jan 9, 2024
1 parent f4df1aa commit 744dfa5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages:
./plugins/hls-overloaded-record-dot-plugin
./plugins/hls-semantic-tokens-plugin

index-state: 2023-12-13T00:00:00Z
index-state: 2024-01-05T19:06:05Z

tests: True
test-show-details: direct
Expand Down
4 changes: 3 additions & 1 deletion plugins/hls-stan-plugin/hls-stan-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ library
, text
, transformers
, unordered-containers
, stan >= 0.1.1.0
, stan >= 0.1.2.0
, trial
, directory

default-language: Haskell2010
default-extensions:
Expand Down
2 changes: 1 addition & 1 deletion stack-lts21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extra-deps:
- lsp-types-2.1.0.0

# stan dependencies not found in the stackage snapshot
- stan-0.1.0.2
- stan-0.1.2.0
- clay-0.14.0
- dir-traverse-0.2.3.0
- extensions-0.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extra-deps:
- optparse-applicative-0.17.1.0

# stan and friends
- stan-0.1.1.0
- stan-0.1.2.0
- clay-0.14.0
- colourista-0.1.0.2
- dir-traverse-0.2.3.0
Expand Down

0 comments on commit 744dfa5

Please sign in to comment.