From 70e71e6a4d74a037d1a5ed7f32b578eb558941e5 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sun, 9 Aug 2015 22:47:54 +0200 Subject: [PATCH] README tweek and remove app/Main.hs --- README.md | 2 +- app/Main.hs | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 app/Main.hs diff --git a/README.md b/README.md index b2724a1..c1ee79a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ jsonEncFoo val = ] ``` -For more usage examples check the tests. +For more usage examples check the tests or the examples dir. ## Install diff --git a/app/Main.hs b/app/Main.hs deleted file mode 100644 index de1c1ab..0000000 --- a/app/Main.hs +++ /dev/null @@ -1,6 +0,0 @@ -module Main where - -import Lib - -main :: IO () -main = someFunc