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