diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-01-17 21:37:02 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-01-17 22:21:09 +0100 |
commit | d3c1e454e376d0f30c280276c6d620b1aff50228 (patch) | |
tree | 0a3fbaac175951751736e3b078168f5208710886 /tests | |
parent | 2acbb4f8e4b805d2915ae3bfefd8fc1e6a2bf8c8 (diff) |
Add new GHC/Cabal version to spec
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Spec.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs index 658ae80..ca09760 100644 --- a/tests/Spec.hs +++ b/tests/Spec.hs @@ -55,6 +55,10 @@ main = do "1.22.2.0" , "1.22.3.0" , "1.22.4.0" + , "1.22.5.0" + , "1.22.6.0" + ]), + ("8.0", [ ]) ] |