fixed dependencies

This commit is contained in:
Nicole Dresselhaus 2017-07-25 12:20:20 +02:00
parent 2fa540ac04
commit 2d13b07ca4
Signed by: Drezil
GPG Key ID: 057D94F356F41E25

View File

@ -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