Skip to content

Commit f88a6d7

Browse files
committed
Allow building with Cabal 3.12.
1 parent c6b2b0d commit f88a6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal2spec.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ source-repository head
3030
library
3131
exposed-modules: Cabal2Spec
3232
hs-source-dirs: src
33-
build-depends: base > 4.12 && < 5, Cabal >= 3.8 && < 3.11, filepath, time >= 1.5
33+
build-depends: base > 4.12 && < 5, Cabal >= 3.8 && < 3.13, filepath, time >= 1.5
3434
default-language: Haskell2010
3535

3636
executable cabal2spec

0 commit comments

Comments
 (0)