Skip to content

Commit

Permalink
Merge pull request #546 from 9999years/fix-for-data-default
Browse files Browse the repository at this point in the history
data-default-class -> data-default
  • Loading branch information
snoyberg authored Oct 27, 2024
2 parents ac2d939 + 604fc0a commit 5c6da80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion http-client-tls/Network/HTTP/Client/TLS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Network.HTTP.Client.TLS
import Control.Applicative ((<|>))
import Control.Arrow (first)
import System.Environment (getEnvironment)
import Data.Default.Class
import Data.Default
import Network.HTTP.Client hiding (host, port)
import Network.HTTP.Client.Internal hiding (host, port)
import Control.Exception
Expand Down
2 changes: 1 addition & 1 deletion http-client-tls/http-client-tls.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library
exposed-modules: Network.HTTP.Client.TLS
other-extensions: ScopedTypeVariables
build-depends: base >= 4.10 && < 5
, data-default-class
, data-default
, http-client >= 0.7.11
, crypton-connection
, network
Expand Down
2 changes: 1 addition & 1 deletion http-conduit/http-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test-suite test
build-depends: base >= 4 && < 5
, HUnit
, hspec >= 1.3
, data-default-class
, data-default
, crypton-connection
, warp-tls
, tls < 1.5 || >= 1.5.2
Expand Down
2 changes: 1 addition & 1 deletion http-conduit/test/main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import Data.Time.Clock
import Data.Time.Calendar
import qualified Network.Wai.Handler.WarpTLS as WT
import Network.Connection (settingDisableCertificateValidation)
import Data.Default.Class (def)
import Data.Default (def)
#ifdef VERSION_aeson
import qualified Data.Aeson as A
#endif
Expand Down

0 comments on commit 5c6da80

Please sign in to comment.