mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Add AutoDeriveTypeable for ghc-7.8
This commit is contained in:
parent
860d02b6cf
commit
8925bdcea7
@ -4,6 +4,7 @@
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE GADTs #-}
|
||||
{-# LANGUAGE AutoDeriveTypeable #-}
|
||||
|
||||
module IHaskell.Display.Widgets.Common where
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
{-# LANGUAGE ConstraintKinds #-}
|
||||
{-# LANGUAGE ExistentialQuantification #-}
|
||||
{-# LANGUAGE GADTs #-}
|
||||
{-# LANGUAGE AutoDeriveTypeable #-}
|
||||
|
||||
module IHaskell.Display.Widgets.Types where
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user