From b1b73974ec7a97ee7eb54e974bab469fea37f61f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Jun 2009 16:40:38 +0000 Subject: [PATCH] cabal: one lib per line --- hledger.cabal | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/hledger.cabal b/hledger.cabal index fb09cf373..ac7d60426 100644 --- a/hledger.cabal +++ b/hledger.cabal @@ -27,8 +27,17 @@ Flag happs default: False Library - Build-Depends: base, containers, haskell98, directory, parsec, regex-compat, - old-locale, time, HUnit, filepath, utf8-string + Build-Depends: base + ,containers + ,haskell98 + ,directory + ,parsec + ,regex-compat + ,old-locale + ,time + ,HUnit + ,filepath + ,utf8-string Exposed-modules:Ledger Ledger.Account @@ -50,11 +59,26 @@ Library Executable hledger Main-Is: hledger.hs - Build-Depends: base, containers, haskell98, directory, parsec, - regex-compat, regexpr>=0.5.1, old-locale, time, - HUnit, mtl, bytestring, filepath, process, testpack, - regex-pcre, csv, split, utf8-string - ,HTTP >= 4000.0 && < 4000.1 + Build-Depends: base + ,containers + ,haskell98 + ,directory + ,parsec + ,regex-compat + ,regexpr>=0.5.1 + ,old-locale + ,time + ,HUnit + ,mtl + ,bytestring + ,filepath + ,process + ,testpack + ,regex-pcre + ,csv + ,split + ,utf8-string + ,HTTP >= 4000.0 && < 4000.1 Other-Modules: Commands.Add @@ -98,10 +122,10 @@ Executable hledger if flag(happs) cpp-options: -DHAPPS Build-Depends:happstack >= 0.2 && < 0.3 - ,happstack-data >= 0.2 && < 0.3 - ,happstack-server >= 0.2 && < 0.3 - ,happstack-state >= 0.2 && < 0.3 - ,utf8-string >= 0.3 && < 0.4 - ,xhtml >= 3000.2 && < 3000.3 + ,happstack-data >= 0.2 && < 0.3 + ,happstack-server >= 0.2 && < 0.3 + ,happstack-state >= 0.2 && < 0.3 + ,utf8-string >= 0.3 && < 0.4 + ,xhtml >= 3000.2 && < 3000.3 Other-Modules:Commands.Web