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

Commit 1529a8825a46c964ec613fdbef7fbffe80fb80ff
Parent: 5a9057420818b8f976b25f7c87c6e63843ef5ff4
Author: mcol <mcol@posteo.net>
Date: 2021-11-30 23:22:40 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-30 23:22:40 +0000

Bump minimum gitserve version

stack.yaml.lock Modified

@@ -18,6 +18,13 @@
       sha256: 47695cdeb7c1fb95a5c4bfd21bf46014554ccdd1e5059d5558a0348042044f39
   original:
     hackage: gitlib-libgit2-3.1.2.1@sha256:36bc92f117158440ca69e32051aabdf9df75be8a3fb5f45dff8828898e615a0a,2354
+- completed:
+    hackage: ginger-0.10.4.0@sha256:7ca26896395fda951443ed3bba5f24fd6036c44167d424e744d1e0c8c6b138fd,3855
+    pantry-tree:
+      size: 1430
+      sha256: c3d93b51ba0e76853b217debb662cdcf5eca78288d49c809f823be27a072bfbf
+  original:
+    hackage: ginger-0.10.4.0@sha256:7ca26896395fda951443ed3bba5f24fd6036c44167d424e744d1e0c8c6b138fd,3855
 snapshots:
 - completed:
     size: 586296

stack.yaml Modified

@@ -6,6 +6,7 @@
 extra-deps:
 - gitlib-3.1.3@sha256:7e8f940b380f6155be3bf20be9f363c3bfd3285bd26e0368f406a1c431994598,2935
 - gitlib-libgit2-3.1.2.1@sha256:36bc92f117158440ca69e32051aabdf9df75be8a3fb5f45dff8828898e615a0a,2354
+- ginger-0.10.4.0@sha256:7ca26896395fda951443ed3bba5f24fd6036c44167d424e744d1e0c8c6b138fd,3855
 
 ghc-options:
   "$locals": -Wall -Wcompat -Widentities -Wincomplete-uni-patterns
@@ -14,4 +15,4 @@
     -fno-warn-orphans
 
 rebuild-ghc-options: true
-allow-newer: true
+allow-newer: false

gitserve.cabal Modified

@@ -28,7 +28,7 @@
                      , extra
                      , file-embed
                      , filepath
-                     , ginger >= 0.10
+                     , ginger >= 0.10.4.0
                      , gitlib
                      , gitlib-libgit2
                      , optparse-applicative