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

Commit 3cd271be6f8b16730edd0acf636a9ac1014ab89b
Parent: 6c7550044287d2acbcef9ecbc7782d2974bb7497
Author: mcol <mcol@posteo.net>
Date: 2021-09-04 00:30:38 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-09-04 00:30:38 +0100

Add explicit exports

src/Icons.hs Modified

@@ -1,6 +1,8 @@
 {-# LANGUAGE OverloadedStrings, OverloadedLabels, TypeApplications #-}
 
-module Icons where
+module Icons (
+    initIcons
+) where
 
 import Control.Applicative
 import Control.Monad (liftM)