Skip to content

Commit

Permalink
Allow building with Cabal 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Oct 27, 2024
1 parent c6b2b0d commit f88a6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal2spec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source-repository head
library
exposed-modules: Cabal2Spec
hs-source-dirs: src
build-depends: base > 4.12 && < 5, Cabal >= 3.8 && < 3.11, filepath, time >= 1.5
build-depends: base > 4.12 && < 5, Cabal >= 3.8 && < 3.13, filepath, time >= 1.5
default-language: Haskell2010

executable cabal2spec
Expand Down

0 comments on commit f88a6d7

Please sign in to comment.