diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-10-30 17:15:42 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-10-30 17:15:42 +0100 |
commit | 43f38dec80e082aaaee162817e3a5e8a96458632 (patch) | |
tree | c5fc6980c739755434b68461ac53ae592189e4b5 /tests | |
parent | e7e5c3ed1e3d810182904c263063adab02e0cb75 (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.hs | 8 |
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" |