Skip to content

Commit

Permalink
Hide empty when importing Control.Monad.
Browse files Browse the repository at this point in the history
This is need for compatibility with AMP since Control.Monad now exports
empty.
  • Loading branch information
mainland committed Sep 16, 2014
1 parent 537599b commit 23f7d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/random1283.hs
@@ -1,5 +1,5 @@
import Control.Concurrent
import Control.Monad
import Control.Monad hiding (empty)
import Data.Sequence (ViewL(..), empty, fromList, viewl, (<|), (|>), (><))
import System.Random

Expand Down

0 comments on commit 23f7d4e

Please sign in to comment.