aboutsummaryrefslogtreecommitdiff
path: root/tests/GhcSession.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-12-03 01:08:37 +0100
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commit412148ce5f7911e818c6fe1e50981c2cd94858b1 (patch)
tree750ed1a5aaf56e3e5475ab9b6a7d9435e1617e14 /tests/GhcSession.hs
parent49dca6e8963a8fcd4e30d76d65068e9fa76a4a8d (diff)
ghc-session: Add backpack test project
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r--tests/GhcSession.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index 0deefca..9e967a1 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -33,6 +33,7 @@ main = do
[] -> [ ("tests/exelib" , parseVer "1.10")
, ("tests/exeintlib", parseVer "2.0")
, ("tests/flib" , parseVer "2.0")
+ , ("tests/bkpregex" , parseVer "2.0")
]
xs -> map (,parseVer "0") xs