Skip to content

Commit

Permalink
fixup! [#270] Handle relative redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
aeqz committed Jan 26, 2023
1 parent 529db9d commit d2c778b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Xrefcheck/Data/URI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{-# LANGUAGE ExistentialQuantification #-}

module Xrefcheck.Data.Uri
module Xrefcheck.Data.URI
( UriParseError (..)
, parseUri
) where
Expand Down
2 changes: 1 addition & 1 deletion src/Xrefcheck/Verify.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import Time (RatioNat, Second, Time (..), ms, sec, threadDelay, timeout, (+:+),
import Control.Monad.Trans.Except (withExceptT)
import Xrefcheck.Config
import Xrefcheck.Core
import Xrefcheck.Data.Uri
import Xrefcheck.Data.URI
import Xrefcheck.Orphans ()
import Xrefcheck.Progress
import Xrefcheck.Scan
Expand Down
2 changes: 1 addition & 1 deletion tests/Test/Xrefcheck/URIParsingSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Text.URI (URI)
import Text.URI.QQ (uri)
import URI.ByteString qualified as URIBS

import Xrefcheck.Data.Uri (UriParseError (..), parseUri)
import Xrefcheck.Data.URI (UriParseError (..), parseUri)

test_uri :: [TestTree]
test_uri =
Expand Down

0 comments on commit d2c778b

Please sign in to comment.