From 77207e733d16ec50810a0bbd7869c8c29324a731 Mon Sep 17 00:00:00 2001 From: Baylac-Jacqué Félix Date: Wed, 9 Aug 2017 11:06:26 +0200 Subject: Refactor project structure to exec + lib. We want to add some unit tests to the project, hence, we need a proper library. --- tests/spec/Spec.hs | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/spec/Spec.hs (limited to 'tests/spec/Spec.hs') diff --git a/tests/spec/Spec.hs b/tests/spec/Spec.hs new file mode 100644 index 0000000..a824f8c --- /dev/null +++ b/tests/spec/Spec.hs @@ -0,0 +1 @@ +{-# OPTIONS_GHC -F -pgmF hspec-discover #-} -- cgit v1.2.3-59-g8ed1b