Skip to content

Commit 464bc63

Browse files
committed
remove dependencies upper bounds
1 parent 81e393e commit 464bc63

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

haskeline.cabal

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@ Library
4949
-- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
5050
-- though it was implemented in earlier releases, due to GHC bug #5436 which
5151
-- wasn't fixed until 7.4.1
52-
Build-depends: base >=4.9 && < 4.19, containers>=0.4 && < 0.7,
53-
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.12,
54-
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.7,
55-
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.6,
56-
exceptions == 0.10.*
52+
Build-depends: base >=4.9 && < 4.19
53+
, containers >= 0.4
54+
, directory >= 1.1
55+
, bytestring>=0.9 && < 0.12
56+
, filepath >= 1.2
57+
, transformers >= 0.2
58+
, process >= 1.0
59+
, stm >= 2.4
60+
, exceptions >= 0.10
5761
Default-Language: Haskell98
5862
Default-Extensions:
5963
ForeignFunctionInterface, Rank2Types, FlexibleInstances,

0 commit comments

Comments
 (0)