packages feed

hsimport-0.2.6.7: tests/inputFiles/ModuleTest26.hs

{-# Language PatternGuards #-}
module Blub
   ( blub
   , foo
   , bar
   ) where
#include "Foo.h"
import Ugah.Foo
import Control.Applicative
#ifdef FOO
import Ugah.Blub
#endif
f :: Int -> Int
f = (+ 3)

g :: Int -> Int
g =
   where