Skip to content

Commit

Permalink
Merge pull request #2 from f-me/bright-new-76
Browse files Browse the repository at this point in the history
Officially Certified for GHC® 7.6.1
  • Loading branch information
mvoidex committed Oct 29, 2012
2 parents 4c595bf + 392486b commit cb68750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions simple-log.cabal
Expand Up @@ -10,6 +10,7 @@ Maintainer: voidex@live.com
Category: Logging
Build-type: Simple
Cabal-version: >= 1.6
Tested-with: GHC == 7.6.1

Library
HS-Source-Dirs: src
Expand Down
2 changes: 1 addition & 1 deletion src/System/Log/Monad.hs
Expand Up @@ -16,7 +16,7 @@ module System.Log.Monad (
MonadLog(..)
) where

import Prelude hiding (log, catch)
import Prelude hiding (log)

import Control.Exception (SomeException)
import Control.Monad.IO.Class
Expand Down

0 comments on commit cb68750

Please sign in to comment.