yeamer 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+4/−1 lines, 2 filesdep ~thesePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: these
API changes (from Hackage documentation)
Files
- Presentation/Yeamer.hs +3/−0
- yeamer.cabal +1/−1
Presentation/Yeamer.hs view
@@ -235,6 +235,9 @@ idc i | c <- toEnum $ fromEnum 'a' + i , c <= 'z' = Txt.singleton c+ | c <- toEnum $ fromEnum '㐀' + i+ , c <= '鿋' = Txt.singleton c+ | otherwise = error "Too many grid cells to display." gridClass = "autogrid_"<>Txt.intercalate "-" (Txt.concat<$>gridRep) grids = [lucius| div.#{gridClass} {
yeamer.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: yeamer-version: 0.1.0.4+version: 0.1.0.5 synopsis: Yesod-based server for interactive presentation slides -- description: homepage: https://github.com/leftaroundabout/yeamer