Skip to content

Commit

Permalink
Bump pandoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Sep 2, 2015
1 parent b87f4ab commit fb65dcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jaspervdj.cabal
Expand Up @@ -24,5 +24,5 @@ Executable jaspervdj
directory >= 1.2 && < 1.3,
filepath >= 1.3 && < 1.5,
hakyll >= 4.7 && < 4.8,
pandoc >= 1.14 && < 1.15,
pandoc >= 1.14 && < 1.16,
process >= 1.1 && < 1.3
12 changes: 6 additions & 6 deletions src/Main.hs
Expand Up @@ -6,12 +6,12 @@ module Main (main) where


--------------------------------------------------------------------------------
import Data.Monoid (mconcat, (<>))
import Data.List (sort)
import Prelude hiding (id)
import System.Process (system)
import System.FilePath (replaceExtension, takeDirectory)
import qualified Text.Pandoc as Pandoc
import Data.List (sort)
import Data.Monoid ((<>))
import Prelude hiding (id)
import System.FilePath (replaceExtension, takeDirectory)
import System.Process (system)
import qualified Text.Pandoc as Pandoc


--------------------------------------------------------------------------------
Expand Down

0 comments on commit fb65dcc

Please sign in to comment.