HostPreference conflict #769
This commit is contained in:
parent
fec962d779
commit
f6d06ef390
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user