We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f13e3 commit f41cefaCopy full SHA for f41cefa
1 file changed
hsqml.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.8
2
Name: hsqml
3
-Version: 0.3.6.1
+Version: 0.3.7.0
4
Build-type: Custom
5
License: BSD-3-Clause
6
License-file: LICENSE
@@ -59,7 +59,7 @@ Custom-Setup
59
Setup-depends:
60
base == 4.*,
61
template-haskell == 2.*,
62
- Cabal >= 3.8,
+ Cabal >= 3.8 && <3.12,
63
filepath >= 1.4.300 && < 1.6
64
65
common extensions
0 commit comments