🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit bd79dd81df33fba9853b75a4a00e140475262fd6
Parent: 2407e33da498218686fb61f159391086ac51f1d4
Author: mcol <mcol@posteo.net>
Date: 2023-01-22 22:45:57 -0600
Committer: Matt Colligan <mcol@posteo.net>
Committed: 2023-01-23 00:03:01 +0000

add minimum conduit version

gitja.cabal Modified

@@ -20,7 +20,7 @@
   other-modules:       Index, Env, Repositories, Templates, Types, Paths_gitja
   default-language:    Haskell2010
   build-depends:       base >= 4.7 && < 5
-                     , conduit
+                     , conduit >= 1.1.0
                      , bytestring
                      , data-default
                      , dhall