haskell-gitlib-test: doesn't work with hspec 2.x

This commit is contained in:
Peter Simons 2014-11-13 14:27:29 +01:00
parent 6026a695e4
commit 48d910fb32

View file

@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
broken = true;
};
})