module Paths_Gifcurry where

getDataFileName :: FilePath -> IO FilePath
getDataFileName a = do
  putStrLn "You are using a fake Paths_Gifcurry."
  return a