Add AutoDeriveTypeable for ghc < 7.10

This commit is contained in:
Pierre Radermecker 2015-05-23 14:55:12 +02:00
parent 076286c37b
commit 15b54cf1d0

View file

@ -1,3 +1,4 @@
{-# LANGUAGE AutoDeriveTypeable #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}