Add AutoDeriveTypeable for ghc-7.8

This commit is contained in:
Sumit Sahrawat 2015-10-06 17:22:55 +05:30
parent 860d02b6cf
commit 8925bdcea7
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE AutoDeriveTypeable #-}
module IHaskell.Display.Widgets.Common where

View File

@ -13,6 +13,7 @@
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE ExistentialQuantification #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE AutoDeriveTypeable #-}
module IHaskell.Display.Widgets.Types where