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

Commit 4952859082289144fbf3bb7f6b0bf0b16f5e938f
Parent: 2c7f79c61d074d378ea675ccc8c18cfc356104c3
Author: mcol <mcol@posteo.net>
Date: 2021-11-29 01:32:48 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-29 01:32:48 +0000

remove redundant -threaded

stack.yaml Modified

@@ -8,12 +8,11 @@
 - gitlib-3.1.3@sha256:7e8f940b380f6155be3bf20be9f363c3bfd3285bd26e0368f406a1c431994598,2935
 - gitlib-libgit2-3.1.2.1@sha256:36bc92f117158440ca69e32051aabdf9df75be8a3fb5f45dff8828898e615a0a,2354
 
-# These options are from the Kowainik style guide.
 ghc-options:
   "$locals": -Wall -Wcompat -Widentities -Wincomplete-uni-patterns
     -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields
     -Wmissing-deriving-strategies -Wunused-packages -fno-warn-unused-do-bind
-    -fno-warn-orphans -threaded
+    -fno-warn-orphans
 
 rebuild-ghc-options: true
 allow-newer: true