Skip to content

Commit c89760f

Browse files
authored
liquidhaskell-boot.cabal: relax upper bounds on Diff and optparse-applicative
1 parent 8cf621c commit c89760f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

liquidhaskell-boot/liquidhaskell-boot.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ library
122122
hs-source-dirs: src src-ghc src-ghc-9.10
123123

124124
build-depends: base >= 4.11.1.0 && < 5
125-
, Diff >= 0.3 && < 0.6
125+
, Diff >= 0.3 && < 1.1
126126
, array
127127
, aeson
128128
, binary
@@ -144,7 +144,7 @@ library
144144
, hscolour >= 1.22
145145
, liquid-fixpoint == 0.9.6.3.3
146146
, mtl >= 2.1
147-
, optparse-applicative < 0.19
147+
, optparse-applicative < 0.20
148148
, githash
149149
, megaparsec >= 8
150150
, pretty >= 1.1

0 commit comments

Comments
 (0)