packages feed

bugsnag-haskell-0.0.2.2: test/fixtures/index-project/Foo.hs

module Foo where

data What = What
    deriving Show

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