Added DeriveDataTypeable ghc-7.8.4 needs that.

This commit is contained in:
Robert Klotzner 2016-02-26 13:01:54 +01:00
parent b1ff2beb8a
commit c311f1a90b

View file

@ -1,5 +1,6 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE DeriveDataTypeable #-}
module Servant.Server.Internal.ServantErr where
import Control.Exception (Exception)