summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-07-21 11:24:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-07-21 11:26:13 -0700
commit5be880bd4866b10ed832852fd5666420ef3b3765 (patch)
tree5e4382af73dae111d40e1b04ef18d32161b35656 /changelog
parent87cd12a573f9cd96e9c6cec25c3d84cafed0cb6f (diff)
Reintroduced 'library' cabal flag.
It is needed for the Windows installer, since if a library is produced, the binary can't be made relocatable. See http://www.haskell.org/ghc/docs/6.12.2/html/Cabal/builders.html section 4.1.2.3.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 0 insertions, 2 deletions
diff --git a/changelog b/changelog
index 1a3df3588..f3f4a049d 100644
--- a/changelog
+++ b/changelog
@@ -171,8 +171,6 @@ pandoc (1.6)
+ Removed '-threaded' from pandoc's ghc-options. '-threaded'
is only needed for markdown2pdf, due to its use of readProcess.
- * Removed 'library' Cabal flag.
-
pandoc (1.5.1.1)
[ John MacFarlane ]