removed unnecessary language extension

This commit is contained in:
tpajenka
2014-04-26 19:58:20 +02:00
parent 2d80c92384
commit d5eb4f93a3
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,3 @@
{-# LANGUAGE ExistentialQuantification #-}
module UI.Callbacks where

View File

@ -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