hledger/hledger-0.24-req-new-shakespeare.patch

41 lines
1.7 KiB
Diff

--- hledger-0.24/hledger.cabal~ 2015-09-03 18:08:49.256055251 +0900
+++ hledger-0.24/hledger.cabal 2015-09-03 18:09:14.827088132 +0900
@@ -84,16 +84,7 @@
,regex-tdfa
,regexpr >= 0.5.1
,safe >= 0.2
--- http://www.yesodweb.com/blog/2014/04/consolidation-progress
--- in order to support both the old and new versions of shakespeare,
--- you just need to ensure that you have both the shakespeare and
--- deprecated packages listed in your cabal file. In other words, if
--- previously you depended on hamlet, now you should depend on hamlet
--- and shakespeare. When you're ready to drop backwards compatibility,
--- simply put a lower bound of >= 2.0 on shakespeare and remove the
--- deprecated packages.
- ,shakespeare-text >= 1.0 && < 1.2
- ,shakespeare >= 1.0 && < 2.1
+ ,shakespeare >= 2.0 && < 2.1
,split >= 0.1 && < 0.3
,text >= 0.11
,tabular >= 0.2 && < 0.3
@@ -132,8 +123,7 @@
,regex-tdfa
,regexpr >= 0.5.1
,safe >= 0.2
- ,shakespeare-text >= 1.0 && < 1.2
- ,shakespeare >= 1.0 && < 2.1
+ ,shakespeare >= 2.0 && < 2.1
,split >= 0.1 && < 0.3
,tabular >= 0.2 && < 0.3
,text >= 0.11
@@ -169,8 +159,7 @@
, regex-tdfa
, regexpr
, safe
- , shakespeare-text >= 1.0 && < 1.2
- , shakespeare >= 1.0 && < 2.1
+ , shakespeare >= 2.0 && < 2.1
, split
,tabular >= 0.2 && < 0.3
, test-framework