fixed dependencies
This commit is contained in:
parent
2fa540ac04
commit
2d13b07ca4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user