aboutsummaryrefslogtreecommitdiff
path: root/tests/Spec.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-08-20 21:30:08 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-08-20 21:30:08 +0200
commit9e6151005667e92cf208c8d020dce794c845060b (patch)
tree9f5675adad2870dc4a9f442fa42cb618cf2bae68 /tests/Spec.hs
parent32688e9ec77c175d2b8ce506b1675472f06d0e36 (diff)
spec: Add GHC 8.2.1, Cabal 2.0.0.2
Diffstat (limited to 'tests/Spec.hs')
-rw-r--r--tests/Spec.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs
index 831c283..1487b82 100644
--- a/tests/Spec.hs
+++ b/tests/Spec.hs
@@ -77,6 +77,7 @@ main = do
, "1.24.0.0"
, "1.24.1.0"
, "1.24.2.0"
+ , "2.0.0.2"
, "HEAD"
]
@@ -92,6 +93,7 @@ main = do
, ("7.10" , ">= 1.22.2 && < 2")
, ("8.0.1", ">= 1.24 ")
, ("8.0.2", ">= 1.24.2 ")
+ , ("8.2.1", ">= 1.24.2 ")
]
relevant_cabal_versions =