From c26b6fb139fde645701e6f2182cf8f1180069673 Mon Sep 17 00:00:00 2001 From: Jon Kristensen Date: Sun, 13 May 2012 19:35:26 +0200 Subject: [PATCH] moved examples and tests out of the source directory --- {source => examples}/Example.hs | 0 {source => tests}/Tests.hs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {source => examples}/Example.hs (100%) rename {source => tests}/Tests.hs (100%) diff --git a/source/Example.hs b/examples/Example.hs similarity index 100% rename from source/Example.hs rename to examples/Example.hs diff --git a/source/Tests.hs b/tests/Tests.hs similarity index 100% rename from source/Tests.hs rename to tests/Tests.hs