summaryrefslogtreecommitdiff
path: root/tests/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Main.hs')
-rw-r--r--tests/Main.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Main.hs b/tests/Main.hs
index 3c7bfcd3..44ea3393 100644
--- a/tests/Main.hs
+++ b/tests/Main.hs
@@ -1,3 +1,13 @@
1-- |
2-- Copyright : (c) Sam T. 2013
3-- License : MIT
4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental
6-- Portability : portable
7--
8-- Do not add other (than this) test suites without need. Do not use
9-- linux-specific paths, use 'filepath' and 'directory' machinery.
10--
1{-# LANGUAGE StandaloneDeriving #-} 11{-# LANGUAGE StandaloneDeriving #-}
2{-# LANGUAGE GeneralizedNewtypeDeriving #-} 12{-# LANGUAGE GeneralizedNewtypeDeriving #-}
3{-# LANGUAGE OverloadedStrings #-} 13{-# LANGUAGE OverloadedStrings #-}