We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf621c commit c89760fCopy full SHA for c89760f
liquidhaskell-boot/liquidhaskell-boot.cabal
@@ -122,7 +122,7 @@ library
122
hs-source-dirs: src src-ghc src-ghc-9.10
123
124
build-depends: base >= 4.11.1.0 && < 5
125
- , Diff >= 0.3 && < 0.6
+ , Diff >= 0.3 && < 1.1
126
, array
127
, aeson
128
, binary
@@ -144,7 +144,7 @@ library
144
, hscolour >= 1.22
145
, liquid-fixpoint == 0.9.6.3.3
146
, mtl >= 2.1
147
- , optparse-applicative < 0.19
+ , optparse-applicative < 0.20
148
, githash
149
, megaparsec >= 8
150
, pretty >= 1.1
0 commit comments