Commit b7b3a0cd59d9d14b5ed0f328e53e7a390b1d77b5 Parent: 06c5d6d4860ff86bb8717d367eecae4fad730cb1 Author: mcol <mcol@posteo.net> Date: 2021-11-25 21:17:10 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-25 21:17:10 +0000 fix ginger version problem in deps
stack.yaml Modified
@@ -14,3 +14,5 @@ -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields -Wmissing-deriving-strategies -Wunused-packages -fno-warn-unused-do-bind -fno-warn-orphans + +allow-newer: true
gitserve.cabal Modified
@@ -25,7 +25,7 @@ , dhall , directory , filepath - , ginger >= 0.10.3 + , ginger >= 0.10.3.0 , gitlib , gitlib-libgit2 , optparse-applicative