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
@@ -30,7 +32,7 @@ extra-deps:
30
32
- tasty-1.5.3
31
33
32
34
# stan and friends
33
- - stan-0.1.3 .0
35
+ - stan-0.2.1 .0
34
36
- dir-traverse-0.2.3.0
35
37
- extensions-0.1.0.1
36
38
- tomland-1.3.3.2
@@ -40,6 +42,7 @@ extra-deps:
40
42
- validation-selective-0.2.0.0
41
43
- cabal-add-0.1
42
44
- cabal-install-parsers-0.6.1.1
45
+ - directory-ospath-streaming-0.2.2
43
46
44
47
45
48
configure-options :
57
60
BuildExecutable : false
58
61
cabal-add :
59
62
cabal-syntax : true
63
+ # stan dependencies
64
+ directory-ospath-streaming :
65
+ os-string : false
60
66
61
67
nix :
62
68
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