File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages:
88 ./hls-test-utils
99
1010
11- index-state : 2025-05-12T13:26 :29Z
11+ index-state : 2025-06-07T14:57 :40Z
1212
1313tests : True
1414test-show-details : direct
Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ library hls-stan-plugin
806806 , lsp-types
807807 , text
808808 , unordered-containers
809- , stan >= 0.1.2 .0
809+ , stan >= 0.2.1 .0
810810 , trial
811811 , directory
812812
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ ghc-options:
1515allow-newer : true
1616allow-newer-deps :
1717 - extensions
18+ # stan dependencies
19+ - directory-ospath-streaming
1820
1921extra-deps :
2022 - Diff-0.5
@@ -30,7 +32,7 @@ extra-deps:
3032 - tasty-1.5.3
3133
3234 # stan and friends
33- - stan-0.1.3 .0
35+ - stan-0.2.1 .0
3436 - dir-traverse-0.2.3.0
3537 - extensions-0.1.0.1
3638 - tomland-1.3.3.2
@@ -40,6 +42,7 @@ extra-deps:
4042 - validation-selective-0.2.0.0
4143 - cabal-add-0.1
4244 - cabal-install-parsers-0.6.1.1
45+ - directory-ospath-streaming-0.2.2
4346
4447
4548configure-options :
5760 BuildExecutable : false
5861 cabal-add :
5962 cabal-syntax : true
63+ # stan dependencies
64+ directory-ospath-streaming :
65+ os-string : false
6066
6167nix :
6268 packages : [icu libcxx zlib]
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ allow-newer-deps:
1717 - extensions
1818 - hw-fingertree
1919 - retrie
20+ # stan dependencies
21+ - directory-ospath-streaming
2022
2123extra-deps :
2224 - floskell-0.11.1
@@ -28,12 +30,13 @@ extra-deps:
2830 - retrie-1.2.3
2931
3032 # stan dependencies not found in the stackage snapshot
31- - stan-0.1.3 .0
33+ - stan-0.2.1 .0
3234 - dir-traverse-0.2.3.0
3335 - extensions-0.1.0.1
3436 - trial-0.0.0.0
3537 - trial-optparse-applicative-0.0.0.0
3638 - trial-tomland-0.0.0.0
39+ - directory-ospath-streaming-0.2.2
3740
3841configure-options :
3942 ghcide :
5053 BuildExecutable : false
5154 cabal-add :
5255 cabal-syntax : true
56+ # stan dependencies
57+ directory-ospath-streaming :
58+ os-string : false
5359
5460nix :
5561 packages : [icu libcxx zlib]
You can’t perform that action at this time.
0 commit comments