You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
754 B
23 lines
754 B
9 years ago
|
From 4c9ebf3c2bd0e401a0fd61c31796940763331cef Mon Sep 17 00:00:00 2001
|
||
|
From: Mark Wright <gienah@gentoo.org>
|
||
|
Date: Mon, 5 Jan 2015 14:13:21 +1100
|
||
|
Subject: [PATCH] Allow haddock-library 1.2
|
||
|
|
||
|
---
|
||
|
pandoc.cabal | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/pandoc.cabal b/pandoc.cabal
|
||
|
index 005f723..a788a1c 100644
|
||
|
--- a/pandoc.cabal
|
||
|
+++ b/pandoc.cabal
|
||
|
@@ -250,7 +250,7 @@ Library
|
||
|
hslua >= 0.3 && < 0.4,
|
||
|
binary >= 0.5 && < 0.8,
|
||
|
SHA >= 1.6 && < 1.7,
|
||
|
- haddock-library >= 1.1 && < 1.2,
|
||
|
+ haddock-library >= 1.1 && < 1.3,
|
||
|
old-time,
|
||
|
deepseq-generics >= 0.1 && < 0.2,
|
||
|
JuicyPixels >= 3.1.6.1 && < 3.3
|