From ab0dd2bcae1486a121ebd28929177ceba1351b5a Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Thu, 4 Sep 2014 11:17:43 +0400 Subject: Add the header to XPMFile --- src/XPMFile.hsc | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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(..)) -- cgit v1.2.3