19 lines
254 B
Text
19 lines
254 B
Text
|
-- |
|
||
|
-- Module :
|
||
|
-- Copyright : Jan Hamal Dvořák
|
||
|
-- License : MIT
|
||
|
--
|
||
|
-- Maintainer : mordae@anilinux.org
|
||
|
-- Stability : unstable
|
||
|
-- Portability : non-portable (ghc)
|
||
|
--
|
||
|
|
||
|
module X
|
||
|
(
|
||
|
)
|
||
|
where
|
||
|
|
||
|
|
||
|
|
||
|
-- vim:set ft=haskell sw=2 ts=2 et:
|