From 2d13b07ca45e797a3ccedc351d43c6b21cc79791 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Tue, 25 Jul 2017 12:20:20 +0200 Subject: [PATCH] fixed dependencies --- pandoc-slide-filter.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandoc-slide-filter.cabal b/pandoc-slide-filter.cabal index 30b348b..108db18 100644 --- a/pandoc-slide-filter.cabal +++ b/pandoc-slide-filter.cabal @@ -18,7 +18,7 @@ executable media main-is: Media.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base - , pandoc + , pandoc-types default-language: Haskell2010 executable styling @@ -26,7 +26,7 @@ executable styling main-is: Styling.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base - , pandoc + , pandoc-types default-language: Haskell2010 executable quiz @@ -34,7 +34,7 @@ executable quiz main-is: Quiz.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base - , pandoc + , pandoc-types default-language: Haskell2010 source-repository head