summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-06 11:11:59 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-06 11:11:59 -0800
commit197f301795ecc2f64fb031289e76c48128dcb09b (patch)
treef612a3dd59c180e366ae355dd7cbec8cd7f830f0 /pandoc.cabal
parent363ecfebc32c6fe15d81634422e8607847f588fb (diff)
Revert "Make file globbing work on windows."
This reverts commit 363ecfebc32c6fe15d81634422e8607847f588fb.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c52b30d3f..e0b4f6021 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -300,8 +300,7 @@ Library
Build-Tools: hsb2hs >= 0.3.1
other-modules: Text.Pandoc.Data
if os(windows)
- Cpp-options: -D_WINDOWS
- Build-depends: Glob >= 0.7 && < 0.8
+ Cpp-options: -D_WINDOWS
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
Ghc-Prof-Options: -fprof-auto-exported -rtsopts
Default-Language: Haskell98