diff options
Diffstat (limited to 'src/XPMFile.hsc')
-rw-r--r-- | src/XPMFile.hsc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/XPMFile.hsc b/src/XPMFile.hsc index 2284e4a..18c7dec 100644 --- a/src/XPMFile.hsc +++ b/src/XPMFile.hsc @@ -1,4 +1,16 @@ {-# LANGUAGE FlexibleContexts, ForeignFunctionInterface #-} +----------------------------------------------------------------------------- +-- | +-- Module : XPMFile +-- Copyright : (C) 2014 Alexander Shabalin +-- License : BSD3 +-- +-- Maintainer : jao@gnu.org +-- Stability : unstable +-- Portability : unportable +-- +----------------------------------------------------------------------------- + module XPMFile(readXPMFile) where import Control.Monad.Except(MonadError(..)) |