cabal: one lib per line
This commit is contained in:
parent
590923570d
commit
b1b73974ec
@ -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,10 +59,25 @@ 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
|
||||
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user