File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- cabal-version : 3.14
1
+ cabal-version : 3.12
2
2
name : haskell-debugger
3
3
version : 0.5.0.0
4
4
synopsis :
@@ -76,8 +76,8 @@ library
76
76
directory >= 1.3.9.0 && < 1.4 ,
77
77
exceptions >= 0.10.9 && < 0.11 ,
78
78
bytestring >= 0.12.1 && < 0.13 ,
79
- cryptohash-sha1,
80
- base16-bytestring,
79
+ cryptohash-sha1 >= 0.11.101.0 && < 0.12 ,
80
+ base16-bytestring >= 1.0.2.0 && < 1.1 ,
81
81
aeson >= 2.2.3 && < 2.3 ,
82
82
hie-bios >= 0.15 && < 0.18
83
83
@@ -104,15 +104,15 @@ executable hdb
104
104
exceptions, aeson, bytestring,
105
105
containers, filepath,
106
106
process, mtl, unix,
107
- prettyprinter,
107
+ prettyprinter >= 1.7.1 && < 2 ,
108
108
109
109
haskell-debugger,
110
110
hie-bios,
111
- co-log-core,
111
+ co-log-core >= 0.3.2.5 && < 0.4 ,
112
112
implicit-hie ^>= 0.1.4.0 ,
113
- transformers,
113
+ transformers >= 0.6.2.0 && < 0.7 ,
114
114
115
- time,
115
+ time >= 1.15 && < 2 ,
116
116
directory >= 1.3.9 && < 1.4 ,
117
117
async >= 2.2.5 && < 2.3 ,
118
118
text >= 2.1 && < 2.3 ,
You can’t perform that action at this time.
0 commit comments