removed unnecessary language extension
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
|
||||
module UI.Callbacks where
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||
-- data and classes are separated into several modules to avoid cyclic dependencies with the Type module
|
||||
|
||||
module UI.UIBaseData where
|
||||
|
||||
|
Reference in New Issue
Block a user