diff options
| author | John MacFarlane <[email protected]> | 2014-01-14 10:12:33 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2014-01-14 10:13:08 -0800 |
| commit | a1abb3eeea2321654a8450725ff6c0d1a18ee0c7 (patch) | |
| tree | 5a48c7eff74e45738c59aafaee83cbd15c561bf9 /pandoc.cabal | |
| parent | 68b438b1b8a4fb56a79db020770cf71394fbc214 (diff) | |
Allow binary 0.5. Version bump to 1.12.3.1.1.12.3.1
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index c8ff9738a..0199996be 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.12.3 +Version: 1.12.3.1 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL @@ -233,7 +233,7 @@ Library yaml >= 0.8.3 && < 0.9, vector >= 0.10 && < 0.11, hslua >= 0.3 && < 0.4, - binary >= 0.6 && < 0.8 + binary >= 0.5 && < 0.8 Build-Tools: alex, happy if flag(http-conduit) Build-Depends: http-conduit >= 1.9 && < 2.1, |
