[mew-dist 29155] Re: cmewが例外で終わる
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2010年 3月 8日 (月) 09:57:25 JST
> として、同じ名前のバージョン違いのライブラリを両方リンクしようと
> しているように見えました(小さいものの方は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)
Mew-dist メーリングリストの案内