summaryrefslogtreecommitdiff
path: root/Redland.hs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-02-21 18:36:52 +0300
committerdefanor <defanor@uberspace.net>2018-02-21 18:36:52 +0300
commitb52e6bf3822150fbca9a6aadd3ce73dcdf7ed0ad (patch)
tree5a095150a93cb21957984004c975232d0bf1e1cd /Redland.hs
Initial commit
The bindings are incomplete, but usable at this point.
Diffstat (limited to 'Redland.hs')
-rw-r--r--Redland.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Redland.hs b/Redland.hs
new file mode 100644
index 0000000..397da47
--- /dev/null
+++ b/Redland.hs
@@ -0,0 +1,4 @@
+module Redland where
+
+import Redland.MidLevel
+import Redland.Util