Skip to content

Commit

Permalink
Add missing OverlappingInstances extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Jun 27, 2017
1 parent 5032415 commit b42f077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Foreign/Lua/Types/FromLuaStack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ THE SOFTWARE.
-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE ScopedTypeVariables #-}
#if !MIN_VERSION_base(4,8,0)
{-# LANGUAGE OverlappingInstances #-}
#endif
{-|
Module : Foreign.Lua.Types.FromLuaStack
Copyright : © 2007–2012 Gracjan Polak,
Expand Down

0 comments on commit b42f077

Please sign in to comment.