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

Commit 4922c6351ff54e1b6ac87da32521d7405a3017dd
Parent: 10df6b8e2b661777b5efe782b007c991f68e2c52
Author: mcol <mcol@posteo.net>
Date: 2021-11-02 16:01:36 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-02 16:01:36 +0000

temp fix: use local haskell-gi from source

stack.yaml Modified

@@ -2,11 +2,25 @@
   url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/5.yaml
 
 packages:
-- .
+ - ../haskell-gi/base/
+ - ../haskell-gi/
+ - ../haskell-gi/bindings/GLib/
+ - ../haskell-gi/bindings/GModule/
+ - ../haskell-gi/bindings/GObject/
+ - ../haskell-gi/bindings/Atk/
+ - ../haskell-gi/bindings/Gio/
+ - ../haskell-gi/bindings/cairo/
+ - ../haskell-gi/bindings/HarfBuzz/
+ - ../haskell-gi/bindings/Pango/
+ - ../haskell-gi/bindings/GdkPixbuf/
+ - ../haskell-gi/bindings/Gtk-3.0/
+ - ../haskell-gi/bindings/Gdk-3.0/
+ - ../haskell-gi/bindings/GtkLayerShell/
+ - ./
 
 # These options are from the Kowainik style guide.
 ghc-options:
-  "$locals": -Wall -Wcompat -Widentities -Wincomplete-uni-patterns
+  "xanadu": -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