]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki/Interpreter/Outline.hs
Farewell the dream of plug-in system... It's way too hard to implement nicely. Many...
[Rakka.git] / Rakka / Wiki / Interpreter / Outline.hs
similarity index 95%
rename from Rakka/Wiki/Interpreter/Base/Outline.hs
rename to Rakka/Wiki/Interpreter/Outline.hs
index d0e21ab0da003e3118995ccfea3494339f5269fd..04554a69b85b09dbe5a1f4a10974d162d871aa70 100644 (file)
@@ -1,5 +1,5 @@
-module Rakka.Wiki.Interpreter.Base.Outline
-    ( outlineInterp
+module Rakka.Wiki.Interpreter.Outline
+    ( interpreters
     )
     where
 
@@ -8,6 +8,10 @@ import           Rakka.Wiki
 import           Rakka.Wiki.Interpreter
 
 
+interpreters :: [Interpreter]
+interpreters = [ outlineInterp ]
+
+
 outlineInterp :: Interpreter
 outlineInterp = BlockCommandInterpreter {
                   bciName      = "outline"