Skip to content

Commit

Permalink
Merge branch 'enumerator' of git.snapframework.com:snap-server into e…
Browse files Browse the repository at this point in the history
…numerator
  • Loading branch information
gregorycollins committed Dec 4, 2010
2 parents 01fa6a7 + ffb7f66 commit d7e7d6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion snap-server.cabal
Expand Up @@ -131,7 +131,7 @@ Library
enumerator == 0.4.*,
filepath,
MonadCatchIO-transformers >= 0.2.1 && < 0.3,
monads-fd >= 0.1.0.4 && <0.2,
mtl == 2.0.*,
murmur-hash >= 0.1 && < 0.2,
network == 2.2.1.*,
old-locale,
Expand Down
2 changes: 1 addition & 1 deletion src/Snap/Internal/Http/Parser.hs
Expand Up @@ -20,7 +20,7 @@ module Snap.Internal.Http.Parser
import Control.Applicative
import Control.Arrow (second)
import Control.Monad (liftM)
import "monads-fd" Control.Monad.Trans
import Control.Monad.Trans
import Data.Attoparsec hiding (many, Result(..))
import Data.Attoparsec.Enumerator
import Data.Bits
Expand Down
2 changes: 1 addition & 1 deletion src/Snap/Internal/Http/Server/LibevBackend.hs
Expand Up @@ -34,7 +34,7 @@ libEvEventLoop _ _ _ _ = throwIO $ LibevException "libev event loop is not suppo
import Control.Concurrent hiding (yield)
import Control.Exception
import Control.Monad
import "monads-fd" Control.Monad.Trans
import Control.Monad.Trans
import Data.ByteString (ByteString)
import Data.ByteString.Internal (c2w)
import qualified Data.ByteString as S
Expand Down
2 changes: 1 addition & 1 deletion src/Snap/Internal/Http/Server/SimpleBackend.hs
Expand Up @@ -12,7 +12,7 @@ module Snap.Internal.Http.Server.SimpleBackend
) where

------------------------------------------------------------------------------
import "monads-fd" Control.Monad.Trans
import Control.Monad.Trans

import Control.Concurrent hiding (yield)
import Control.Exception
Expand Down

0 comments on commit d7e7d6d

Please sign in to comment.