diff options
Diffstat (limited to 'overlays/spm/lib/Spm.hs')
-rw-r--r-- | overlays/spm/lib/Spm.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/spm/lib/Spm.hs b/overlays/spm/lib/Spm.hs new file mode 100644 index 00000000..c7f7dfe5 --- /dev/null +++ b/overlays/spm/lib/Spm.hs | |||
@@ -0,0 +1,5 @@ | |||
1 | module Spm | ||
2 | ( module Spm.Api | ||
3 | ) where | ||
4 | |||
5 | import Spm.Api | ||