layout 0.0.0.0 → 0.0.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- layout.cabal +1/−1
- src/Text/Layout.hs +1/−1
layout.cabal view
@@ -1,5 +1,5 @@ Name: layout-Version: 0.0.0.0+Version: 0.0.0.1 License: BSD3 Author: Robert Hensing Maintainer: hackage@roberthensing.nl
src/Text/Layout.hs view
@@ -14,7 +14,7 @@ newtype DisplayHtml = DisplayHtml String -instance Convertible DDisplayHtml DisplayHtml where+instance Convertible DisplayHtml DisplayHtml where safeConvert = Right {---- end TODO move to modules ----}