Skip to content

Commit

Permalink
Merge.hs: restored support for mtl-2.1
Browse files Browse the repository at this point in the history
As commit 3b0f5c5
didn't transit all modules from Control.Monad.Error
but only one of them it's cheaper to rollback to old module.

Github-bug: #22
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
  • Loading branch information
trofi committed May 21, 2015
1 parent 221449f commit 6af1fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Merge.hs
Expand Up @@ -3,7 +3,7 @@ module Merge
, mergeGenericPackageDescription
) where

import Control.Monad.Except
import Control.Monad.Error
import Control.Exception
import qualified Data.ByteString.Lazy.Char8 as BL
import Data.Function (on)
Expand Down

0 comments on commit 6af1fd7

Please sign in to comment.