summaryrefslogtreecommitdiff
path: root/tests/Main.hs
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-04 02:18:13 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-04 02:18:13 +0400
commit3b76aa644cffbfb36953146663930b69ced0d18c (patch)
treea4365f0a26294da35215e617497edba529cb016b /tests/Main.hs
parent6906ff501b31ea0328c6db4038ada43e53a7d46b (diff)
~ Minor changes.
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 #-}