Skip to content

Commit

Permalink
Try a constraint on hashable instead.
Browse files Browse the repository at this point in the history
Fix base version constraint.
  • Loading branch information
jgm committed Jan 13, 2025
1 parent e620c22 commit fe3f652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
packages: gitit.cabal
tests: True
flags: +plugins
constraints: bytestring >= 0.12.2.0
constraints: hashable < 1.5.0.0
-- hashable 1.5 depends on base >= 4.18

package pandoc
flags: +embed_data_files
2 changes: 1 addition & 1 deletion gitit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Library
Executable gitit
hs-source-dirs: .
main-is: gitit.hs
build-depends: base >= 4.9 && < 5,
build-depends: base >= 4.14 && < 5,
gitit,
mtl,
hslogger,
Expand Down

0 comments on commit fe3f652

Please sign in to comment.