diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-06 07:05:40 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-06 07:05:40 -0800 |
| commit | 4f76f9f6e5d3c1528c08995bca22616b28e0ebea (patch) | |
| tree | 80af839894bb6d2fbc9f18bd6430ffb084519958 | |
| parent | 880e5677e06b6c92b3d0761175bc53dd434b5d5c (diff) | |
| download | pandoc-4f76f9f6e5d3c1528c08995bca22616b28e0ebea.tar.gz | |
Require cabal version >= 1.10.
This is needed for ghcPackageDbOptions in Setup.hs.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 234e35c93..a807440b3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ Name: pandoc Version: 1.9.0.2 -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.10 Build-Type: Custom License: GPL License-File: COPYING |
