Virtual desktop underlay for Wayland and X11
git clone https://github.com/m-col/xanadu
Files | Refs | Readme | License

Commit e1003adb9258a8813914bc632112b3ae244bfb4e
Parent: e99307bed668e0a4690c86d45cd90057a89f5963
Author: mcol <mcol@posteo.net>
Date: 2021-10-31 15:42:18 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-10-31 15:42:18 +0000

Add Kowainik style to ghc options

stack.yaml Modified

@@ -3,3 +3,10 @@
 
 packages:
 - .
+
+# 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