summaryrefslogtreecommitdiff
path: root/test/Spec.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-02-07 10:40:00 +0100
committerEugen Wissner <belka@caraus.de>2024-02-07 10:40:00 +0100
commitc5f715ac7cdfb663fc84cb9fe841903b5aed99c5 (patch)
tree698f1bb31fcfbca25f19d2cd31f94390d0bf47ba /test/Spec.hs
parent23271d6f6cf033230106f07ae14985f3b85f906a (diff)
downloadfountainhead-c5f715ac7cdfb663fc84cb9fe841903b5aed99c5.tar.gz
Extract some convenience parsing functions
Diffstat (limited to 'test/Spec.hs')
-rw-r--r--test/Spec.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Spec.hs b/test/Spec.hs
new file mode 100644
index 0000000..feacffa
--- /dev/null
+++ b/test/Spec.hs
@@ -0,0 +1,5 @@
+{- This Source Code Form is subject to the terms of the Mozilla Public License,
+ v. 2.0. If a copy of the MPL was not distributed with this file, You can
+ obtain one at https://mozilla.org/MPL/2.0/. -}
+
+{-# OPTIONS_GHC -F -pgmF hspec-discover #-}