Skip to content

Commit

Permalink
support 7.8.3 (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Jul 11, 2014
1 parent f773086 commit cfd7400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Language/Haskell/BuildWrapper/GHCStorage.hs
Expand Up @@ -323,7 +323,8 @@ dataToJSON df env tcm=
#endif
hsBind :: HsBindLR Name Name -> IO Value
#if __GLASGOW_HASKELL__ >= 707
hsBind (FunBind fid _ (MG matches _ _) _ _ _) =do
hsBind (FunBind fid _ mg _ _ _) =do
let matches = mg_alts mg
#else
hsBind (FunBind fid _ (MatchGroup matches _) _ _ _) =do
#endif
Expand Down

0 comments on commit cfd7400

Please sign in to comment.