packages feed

bugsnag-1.1.0.0: test/fixtures/index-project/Foo.hs

module Foo where

data What = What
  deriving (Show)

what :: Int -> Maybe What
what 0 = Just What
what _ = Nothing