HostPreference conflict #769
This commit is contained in:
parent
0032973099
commit
9dd2cfd63e
@ -23,7 +23,7 @@ import Data.Maybe (fromMaybe)
|
|||||||
import qualified Data.HashMap.Strict as M
|
import qualified Data.HashMap.Strict as M
|
||||||
import System.Environment (getArgs, getProgName, getEnvironment)
|
import System.Environment (getArgs, getProgName, getEnvironment)
|
||||||
import System.Exit (exitFailure)
|
import System.Exit (exitFailure)
|
||||||
import Data.Conduit.Network (HostPreference)
|
import Data.Streaming.Network (HostPreference)
|
||||||
import Data.String (fromString)
|
import Data.String (fromString)
|
||||||
|
|
||||||
-- | A yesod-provided @'AppEnv'@, allows for Development, Testing, and
|
-- | A yesod-provided @'AppEnv'@, allows for Development, Testing, and
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 1.2.6
|
version: 1.2.6.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -50,6 +50,7 @@ library
|
|||||||
, fast-logger
|
, fast-logger
|
||||||
, conduit-extra
|
, conduit-extra
|
||||||
, shakespeare
|
, shakespeare
|
||||||
|
, streaming-commons
|
||||||
|
|
||||||
exposed-modules: Yesod
|
exposed-modules: Yesod
|
||||||
, Yesod.Default.Config
|
, Yesod.Default.Config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user