packages feed

Slides 0.1.0.9 → 0.1.0.10

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Slides.cabal view
@@ -1,5 +1,5 @@ name:                Slides
-version:             0.1.0.9
+version:             0.1.0.10
 synopsis:            Generate slides from Haskell code
 description:         Make presentations in Haskell with diagrams
 license:             MIT
src/Slides/Presentation.hs view
@@ -55,7 +55,7 @@ --
 --
 -- The result is a HTML file which can be printed to PDF and would look like
--- <https://dl.dropboxusercontent.com/u/35032740/ShareX/2015/10/test.pdf this>
+-- <https://www.dropbox.com/s/fhxlgu9cesa0lsh/test.pdf?dl=0 this>
 module Slides.Presentation
     ( renderPresentation, writeToFile, module Slides.Common
     ) where