Added DeriveDataTypeable ghc-7.8.4 needs that.
This commit is contained in:
parent
b1ff2beb8a
commit
c311f1a90b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
{-# LANGUAGE DeriveDataTypeable #-}
|
||||
module Servant.Server.Internal.ServantErr where
|
||||
|
||||
import Control.Exception (Exception)
|
||||
|
|
Loading…
Reference in a new issue