04fe1b9af9
- Update gitit to 0.10.5 - Update texmath to 0.8 - Update zip-archive to 0.2.3.4 - Add haddock-library: Library exposing some functionality of Haddock - Add hoauth2: Haskell OAuth2 authentication - Add JuicyPixels: Picture loading/serialization Obtained from: FreeBSD Haskell
15 lines
576 B
Text
15 lines
576 B
Text
--- ./pandoc.cabal.orig 2014-08-18 02:12:46.000000000 +0200
|
|
+++ ./pandoc.cabal 2014-08-24 15:03:23.000000000 +0200
|
|
@@ -364,10 +364,10 @@
|
|
Executable trypandoc
|
|
Main-Is: trypandoc.hs
|
|
Hs-Source-Dirs: trypandoc
|
|
- build-depends: base, aeson, pandoc, highlighting-kate,
|
|
- text, wai-extra, wai >= 0.3, http-types
|
|
default-language: Haskell2010
|
|
if flag(trypandoc)
|
|
+ build-depends: base, aeson, pandoc, highlighting-kate,
|
|
+ text, wai-extra, wai >= 0.3, http-types
|
|
Buildable: True
|
|
else
|
|
Buildable: False
|