aboutsummaryrefslogtreecommitdiff
path: root/bbcode/src/Text
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-11 05:32:34 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-11 05:32:34 +0000
commita9a2bc35c5e2922b8aea94f87ba193deb4cd7c36 (patch)
treecfb8071b530d0191385000a394684895fdd43e28 /bbcode/src/Text
parent3ad700c2873c2acb18d10fc643e1c09b65f6fb36 (diff)
downloadthermoprint-a9a2bc35c5e2922b8aea94f87ba193deb4cd7c36.tar
thermoprint-a9a2bc35c5e2922b8aea94f87ba193deb4cd7c36.tar.gz
thermoprint-a9a2bc35c5e2922b8aea94f87ba193deb4cd7c36.tar.bz2
thermoprint-a9a2bc35c5e2922b8aea94f87ba193deb4cd7c36.tar.xz
thermoprint-a9a2bc35c5e2922b8aea94f87ba193deb4cd7c36.zip
Harness for implementing bbcode
Diffstat (limited to 'bbcode/src/Text')
-rw-r--r--bbcode/src/Text/BBCode.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bbcode/src/Text/BBCode.hs b/bbcode/src/Text/BBCode.hs
new file mode 100644
index 0000000..455decb
--- /dev/null
+++ b/bbcode/src/Text/BBCode.hs
@@ -0,0 +1,4 @@
1module Text.BBCode
2 (
3 ) where
4