aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-10-30 17:15:42 +0100
committerDaniel Gröber <dxld@darkboxed.org>2015-10-30 17:15:42 +0100
commit43f38dec80e082aaaee162817e3a5e8a96458632 (patch)
treec5fc6980c739755434b68461ac53ae592189e4b5 /tests
parente7e5c3ed1e3d810182904c263063adab02e0cb75 (diff)
Implement workaround for installing 1.18.{0,1}
There are quite a few distributions of cabal-install that are built with these broken versions so we patch them on installation now.
Diffstat (limited to 'tests')
-rw-r--r--tests/Spec.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs
index 35bdcc2..54d88df 100644
--- a/tests/Spec.hs
+++ b/tests/Spec.hs
@@ -32,10 +32,10 @@ main = do
]),
("7.8", [
--- "1.18.0"
--- , "1.18.1"
- "1.18.1.1"
--- , "1.18.1.2"
+ "1.18.0"
+ , "1.18.1"
+ , "1.18.1.1"
+ , "1.18.1.2"
, "1.18.1.3"
, "1.18.1.4"
, "1.18.1.5"