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:
8
8
./hls-test-utils
9
9
10
10
11
- index-state : 2025-05-12T13:26 :29Z
11
+ index-state : 2025-06-07T14:57 :40Z
12
12
13
13
tests : True
14
14
test-show-details : direct
Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ library hls-stan-plugin
806
806
, lsp-types
807
807
, text
808
808
, unordered-containers
809
- , stan >= 0.1.2 .0
809
+ , stan >= 0.2.1 .0
810
810
, trial
811
811
, directory
812
812
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ ghc-options:
15
15
allow-newer : true
16
16
allow-newer-deps :
17
17
- extensions
18
+ # stan dependencies
19
+ - directory-ospath-streaming
18
20
19
21
extra-deps :
20
22
- Diff-0.5
@@ -29,7 +31,7 @@ extra-deps:
29
31
- retrie-1.2.3
30
32
31
33
# stan and friends
32
- - stan-0.1.3 .0
34
+ - stan-0.2.1 .0
33
35
- dir-traverse-0.2.3.0
34
36
- extensions-0.1.0.1
35
37
- tomland-1.3.3.2
@@ -39,6 +41,7 @@ extra-deps:
39
41
- validation-selective-0.2.0.0
40
42
- cabal-add-0.1
41
43
- cabal-install-parsers-0.6.1.1
44
+ - directory-ospath-streaming-0.2.2
42
45
43
46
44
47
configure-options :
56
59
BuildExecutable : false
57
60
cabal-add :
58
61
cabal-syntax : true
62
+ # stan dependencies
63
+ directory-ospath-streaming :
64
+ os-string : false
59
65
60
66
nix :
61
67
packages : [icu libcxx zlib]
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ allow-newer-deps:
17
17
- extensions
18
18
- hw-fingertree
19
19
- retrie
20
+ # stan dependencies
21
+ - directory-ospath-streaming
20
22
21
23
extra-deps :
22
24
- floskell-0.11.1
@@ -28,12 +30,13 @@ extra-deps:
28
30
- retrie-1.2.3
29
31
30
32
# stan dependencies not found in the stackage snapshot
31
- - stan-0.1.3 .0
33
+ - stan-0.2.1 .0
32
34
- dir-traverse-0.2.3.0
33
35
- extensions-0.1.0.1
34
36
- trial-0.0.0.0
35
37
- trial-optparse-applicative-0.0.0.0
36
38
- trial-tomland-0.0.0.0
39
+ - directory-ospath-streaming-0.2.2
37
40
38
41
configure-options :
39
42
ghcide :
50
53
BuildExecutable : false
51
54
cabal-add :
52
55
cabal-syntax : true
56
+ # stan dependencies
57
+ directory-ospath-streaming :
58
+ os-string : false
53
59
54
60
nix :
55
61
packages : [icu libcxx zlib]
You can’t perform that action at this time.
0 commit comments