diff options
Diffstat (limited to 'lib/HSSL.hs')
-rw-r--r-- | lib/HSSL.hs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/HSSL.hs b/lib/HSSL.hs new file mode 100644 index 0000000..4506386 --- /dev/null +++ b/lib/HSSL.hs | |||
@@ -0,0 +1,17 @@ | |||
1 | {- | | ||
2 | |||
3 | Module : GSL | ||
4 | Copyright : (c) Alberto Ruiz 2006-7 | ||
5 | License : GPL-style | ||
6 | |||
7 | Maintainer : Alberto Ruiz (aruiz at um dot es) | ||
8 | Stability : provisional | ||
9 | Portability : uses -fffi and -fglasgow-exts | ||
10 | |||
11 | This module reexports the basic functionality and a collection of utilities. | ||
12 | |||
13 | -} | ||
14 | |||
15 | module HSSL ( | ||
16 | |||
17 | ) where | ||