package arch2darcs tag 470378 patch thanks Attached is the patch fixing the FTBFS with ghc-6.8. Please apply.
--
diff -bur orig.arch2darcs-1.0.12/arch2darcs.cabal arch2darcs-1.0.12/arch2darcs.cabal --- orig.arch2darcs-1.0.12/arch2darcs.cabal 2007-02-23 01:05:01.000000000 +0600 +++ arch2darcs-1.0.12/arch2darcs.cabal 2008-03-21 14:39:39.000000000 +0600 @@ -4,7 +4,7 @@ Maintainer: John Goerzen <[EMAIL PROTECTED]> Stability: Alpha Copyright: Copyright (c) 2005 John Goerzen -Build-Depends: base, network, unix, parsec, MissingH>=0.18.0, regex-compat, hslogger +Build-Depends: base, network, unix, parsec, MissingH>=0.18.0, regex-compat, hslogger, directory Executable: arch2darcs Main-Is: arch2darcs.hs diff -bur orig.arch2darcs-1.0.12/debian/changelog arch2darcs-1.0.12/debian/changelog --- orig.arch2darcs-1.0.12/debian/changelog 2007-04-14 21:24:06.000000000 +0700 +++ arch2darcs-1.0.12/debian/changelog 2008-03-21 14:47:14.000000000 +0600 @@ -1,3 +1,11 @@ +arch2darcs (1.0.12-0.1) unstable; urgency=low + + * NMU + * Added 'directory' to build-depends, fixed FTFBS on ghc 6.8 (Closes: + #470378) + + -- Mikhail Gusarov <[EMAIL PROTECTED]> Fri, 21 Mar 2008 14:40:00 +0600 + arch2darcs (1.0.12) unstable; urgency=low * Really into unstable this time!

