Skip to content

Commit 7ff7862

Browse files
committed
Fix cabal check warnings and hackage checks
1 parent db4dab2 commit 7ff7862

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

haskell-debugger.cabal

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.14
1+
cabal-version: 3.12
22
name: haskell-debugger
33
version: 0.5.0.0
44
synopsis:
@@ -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.2.0 && < 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,

0 commit comments

Comments
 (0)