diff --git a/Clckwrks/Markup/Markdown.hs b/Clckwrks/Markup/Markdown.hs
--- a/Clckwrks/Markup/Markdown.hs
+++ b/Clckwrks/Markup/Markdown.hs
@@ -40,4 +40,5 @@
                 return (Left e)
          ExitSuccess ->
              do m <- readMVar mvOut
+                e <- readMVar mvErr
                 return (Right ((if (trust == Untrusted) then sanitizeBalance else id) m))
diff --git a/clckwrks.cabal b/clckwrks.cabal
--- a/clckwrks.cabal
+++ b/clckwrks.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks
-Version:             0.24.0.4
+Version:             0.24.0.6
 Synopsis:            A secure, reliable content management system (CMS) and blogging platform
 Description:         clckwrks (pronounced, clockworks) aims to compete
                      directly with popular PHP-based blogging and CMS
@@ -21,7 +21,7 @@
 Category:            Clckwrks
 Build-type:          Custom
 Cabal-version:       >=1.16
-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
+tested-with:         GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
 Data-Files:
     static/admin.css
 
@@ -111,7 +111,7 @@
      hsx2hs                       >= 0.13 && < 0.15,
      ixset                        == 1.0.*,
      jmacro                       == 0.6.*,
-     lens                         >= 4.3  && < 4.16,
+     lens                         >= 4.3  && < 4.17,
      mtl                          >= 2.0  && < 2.3,
      old-locale                   ==  1.0.*,
      process                      >= 1.0  && < 1.7,
@@ -123,7 +123,7 @@
      safecopy                     >= 0.6,
      stm                          >= 2.2  && <2.5,
      text                         >= 0.11 && < 1.3,
-     time                         >= 1.2  && < 1.8,
+     time                         >= 1.2  && < 1.10,
      time-locale-compat           >= 0.1  && < 0.2,
      uuid-orphans                 >= 1.2  && < 1.5,
      uuid-types                   >= 1.0  && < 1.1,
