aboutsummaryrefslogtreecommitdiff
path: root/tests/Spec.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-06-12 03:48:50 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-06-12 03:48:50 +0200
commitc365e153d9379e7a1f5dd7a700aeb5eff619e4f3 (patch)
tree0fe6a1a27eee31c62584439012ab5700dbc55f60 /tests/Spec.hs
parent225e209b2c93d7f28e206a618ef86a396cf65986 (diff)
Fix the build
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