haskell-Saturnin: test suite has undeclared build-time dependencies

This commit is contained in:
Peter Simons 2015-05-18 12:29:10 +02:00
parent a14ebb03d9
commit b2d483f146

View file

@ -823,4 +823,7 @@ self: super: {
gitlib-sample = dontDistribute super.gitlib-sample;
gitlib-test = dontDistribute super.gitlib-test;
# https://github.com/yaccz/saturnin/issues/3
Saturnin = dontCheck super.Saturnin;
}