[mew-dist 29155] Re: cmewが例外で終わる
Kazu Yamamoto (山本和彦) <[email protected]>
| Newsgroups | gmane.mail.mew.general.japanese |
|---|---|
| Message-ID | <[email protected]> |
>
> (4.1.0.0)
> cabal build
--
diff --git a/bin/hs/mew.cabal b/bin/hs/mew.cabal
index f782129..2beab9f 100644
--- a/bin/hs/mew.cabal
+++ b/bin/hs/mew.cabal
@@ -12,13 +12,13 @@ Build-Type: Configure
Executable smew
Main-Is: smew.hs
GHC-Options: -Wall -O2
- Build-Depends: base, haskell98, filepath, directory,
+ Build-Depends: base > 4, haskell98, filepath, directory,
containers, parsec > 3, hsemail-ns, HDBC, HDBC-sqlite3
Other-Modules: Msg, Param, Search, Util, Sql
Executable cmew
Main-Is: cmew.hs
GHC-Options: -Wall -O2
- Build-Depends: base, haskell98, filepath, directory,
+ Build-Depends: base > 4, haskell98, filepath, directory,
containers, parsec > 3, hsemail-ns, HDBC, HDBC-sqlite3,
old-time, regex-posix, bytestring, time
if os(windows)