]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki.hs
Record before chucking Data.Generics. It's way too slow.
[Rakka.git] / Rakka / Wiki.hs
index af50afbc7adef90939cdba3376cad8bca3de214b..c1b7c7dda18adef0195087644057f54cb9f51d16 100644 (file)
@@ -74,7 +74,7 @@ data InlineElement
     | LineBreak ![Attribute]
     | Span ![Attribute] ![InlineElement]
     | Image {
-        imgSource :: !(PageName)
+        imgSource :: !(Either URI PageName)
       , imgAlt    :: !(Maybe String)
       }
     | Anchor ![Attribute] ![InlineElement]