From 917a35d62b6a4c9795b6b69a106cab55edbd863c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Jan 2012 17:43:26 +0000 Subject: [PATCH] allow building with cmdargs 0.9 --- hledger/hledger.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index c6c309cff..46efefca3 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -61,7 +61,7 @@ library ,base >= 3 && < 5 ,cabal-file-th ,containers - ,cmdargs >= 0.8 && < 0.9 + ,cmdargs >= 0.8 && < 0.10 ,csv ,directory ,filepath