HostPreference conflict #769

This commit is contained in:
Michael Snoyman 2014-07-10 08:46:16 +03:00
parent fec962d779
commit f6d06ef390
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import Data.Maybe (fromMaybe)
import qualified Data.HashMap.Strict as M
import System.Environment (getArgs, getProgName, getEnvironment)
import System.Exit (exitFailure)
import Data.Conduit.Network (HostPreference)
import Data.Streaming.Network (HostPreference)
import Data.String (fromString)
-- | A yesod-provided @'AppEnv'@, allows for Development, Testing, and

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.2.6
version: 1.2.6.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -50,6 +50,7 @@ library
, fast-logger
, conduit-extra
, shakespeare
, streaming-commons
exposed-modules: Yesod
, Yesod.Default.Config