aboutsummaryrefslogtreecommitdiff
path: root/tests/Spec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Spec.hs')
-rw-r--r--tests/Spec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs
index de7568a..4fe9293 100644
--- a/tests/Spec.hs
+++ b/tests/Spec.hs
@@ -77,7 +77,7 @@ main = do
])
]
- ghcVer <- majorVer <$> ghcVersion defaultOptions
+ ghcVer <- ghcVersion defaultOptions
let cabalVers = reverse $ concat $ map snd $ dropWhile ((<ghcVer) . fst) vers