Skip to content

Commit f3d8bfe

Browse files
committed
Update tests based on GHC module movement
1 parent 9712c34 commit f3d8bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Action/Search.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ action_search_test sample database = testing "Action.Search.search" $ withSearch
173173
"Ord a => [a] -> [a]" === hackage "base/docs/Data-List.html#v:sort"
174174
"ShakeOptions -> Int" === hackage "shake/docs/Development-Shake.html#v:shakeThreads"
175175
"is:module" === hackage "base/docs/Prelude.html"
176-
"visibleDataCons" === hackage "ghc/docs/TyCon.html#v:visibleDataCons"
176+
"visibleDataCons" === hackage "ghc/docs/GHC-Core-TyCon.html#v:visibleDataCons"
177177
"sparkle" === hackage "sparkle" -- library without Hoogle docs
178178
"weeder" === hackage "weeder" -- executable in Stackage
179179
"supero" === hackage "supero"

0 commit comments

Comments
 (0)