haskell-hpio: disable test suite to fix the build

This commit is contained in:
Shea Levy 2018-02-08 22:57:16 -05:00 committed by Peter Simons
parent b0270dfcec
commit 32085eafa1

View file

@ -1014,4 +1014,7 @@ self: super: {
# https://github.com/nick8325/twee/pull/1
twee-lib = dontHaddock super.twee-lib;
# Needs older hlint
hpio = dontCheck super.hpio;
}