diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-12-08 15:17:30 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | bbd0e337f744abfea23b6d77d4b4bb340069f18e (patch) | |
tree | b93b23203dc8797dd951710b798199ca589bee23 /tests | |
parent | 6ab8dc21f5c597b2ff625afd1312a76eafba01f8 (diff) |
Saner way to merge entrypoints
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GhcSession.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index 9e967a1..8228356 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -32,7 +32,7 @@ main = do res <- mapM (setup topdir test) $ case args of [] -> [ ("tests/exelib" , parseVer "1.10") , ("tests/exeintlib", parseVer "2.0") - , ("tests/flib" , parseVer "2.0") + , ("tests/fliblib" , parseVer "2.0") , ("tests/bkpregex" , parseVer "2.0") ] xs -> map (,parseVer "0") xs |