summaryrefslogtreecommitdiffstats
path: root/lib/Graphics/X11/Extra.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-02-07 02:30:41 +0100
committertv <tv@krebsco.de>2023-02-07 02:30:41 +0100
commitf28825e471e206bcb7e6dc8e4874c2b771f7d24c (patch)
treec77f0bc9dd178c74f883f0c89d0ebd67366d381b /lib/Graphics/X11/Extra.hs
parent3bd9c00812d91ade512e71a9f8e0f5b8917c3fa7 (diff)
move Graphics.* & co. to lib
Diffstat (limited to 'lib/Graphics/X11/Extra.hs')
-rw-r--r--lib/Graphics/X11/Extra.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Graphics/X11/Extra.hs b/lib/Graphics/X11/Extra.hs
new file mode 100644
index 0000000..ce4cb46
--- /dev/null
+++ b/lib/Graphics/X11/Extra.hs
@@ -0,0 +1,5 @@
+module Graphics.X11.Extra
+ ( module Graphics.X11.Xlib.Extra
+ ) where
+
+import Graphics.X11.Xlib.Extra