From 6711eb6e5becc7ad461c84f860a2ebbe30dd4bb1 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Fri, 25 Oct 2013 13:54:11 +0200 Subject: [PATCH] Move haskell sources to specific directory. Create an ocaml directory to test the 2 languages. --- HTMLParsing.hs => haskell/HTMLParsing.hs | 0 main.hs => haskell/main.hs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename HTMLParsing.hs => haskell/HTMLParsing.hs (100%) rename main.hs => haskell/main.hs (100%) diff --git a/HTMLParsing.hs b/haskell/HTMLParsing.hs similarity index 100% rename from HTMLParsing.hs rename to haskell/HTMLParsing.hs diff --git a/main.hs b/haskell/main.hs similarity index 100% rename from main.hs rename to haskell/main.hs