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
22name : haskell-debugger
33version : 0.5.0.0
44synopsis :
@@ -76,8 +76,8 @@ library
7676 directory >= 1.3.9.0 && < 1.4 ,
7777 exceptions >= 0.10.9 && < 0.11 ,
7878 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 ,
8181 aeson >= 2.2.3 && < 2.3 ,
8282 hie-bios >= 0.15 && < 0.18
8383
@@ -104,15 +104,15 @@ executable hdb
104104 exceptions, aeson, bytestring,
105105 containers, filepath,
106106 process, mtl, unix,
107- prettyprinter,
107+ prettyprinter >= 1.7.1 && < 2 ,
108108
109109 haskell-debugger,
110110 hie-bios,
111- co-log-core,
111+ co-log-core >= 0.3.2.5 && < 0.4 ,
112112 implicit-hie ^>= 0.1.4.0 ,
113- transformers,
113+ transformers >= 0.6 && < 0.7 ,
114114
115- time,
115+ time >= 1.15 && < 2 ,
116116 directory >= 1.3.9 && < 1.4 ,
117117 async >= 2.2.5 && < 2.3 ,
118118 text >= 2.1 && < 2.3 ,
You can’t perform that action at this time.
0 commit comments