[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:20:40 UTC 2010


The following commit has been merged in the master branch:
commit 265d0e284dc8e609b95573ed581014cb1325d509
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 7 02:49:38 2006 +0100

    Removed FTP example

diff --git a/examples/ftptest.hs b/examples/ftptest.hs
deleted file mode 100644
index 5e13dbb..0000000
--- a/examples/ftptest.hs
+++ /dev/null
@@ -1,16 +0,0 @@
--- arch-tag: FTP test
-import MissingH.Network.FTP.Server
-import MissingH.Network.SocketServer
-import MissingH.Logging.Logger
-import MissingH.IO.HVFS
-import MissingH.IO.HVFS.Combinators
-
-main = do
-       updateGlobalLogger "" (setLevel DEBUG)
-       updateGlobalLogger "MissingH.Network.FTP.Server" (setLevel DEBUG)
-       let opts = (simpleTCPOptions 12345) {reuse = True}
-       serveTCPforever opts $
-            threadedHandler $ 
-            loggingHandler "" INFO $
-            handleHandler $
-            anonFtpHandler (HVFSReadOnly SystemFS)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list