diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-11 05:32:34 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-11 05:32:34 +0000 |
commit | a9a2bc35c5e2922b8aea94f87ba193deb4cd7c36 (patch) | |
tree | cfb8071b530d0191385000a394684895fdd43e28 /bbcode/src/Text | |
parent | 3ad700c2873c2acb18d10fc643e1c09b65f6fb36 (diff) | |
download | thermoprint-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.hs | 4 |
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 @@ | |||
1 | module Text.BBCode | ||
2 | ( | ||
3 | ) where | ||
4 | |||