haskell-data-lens-fd: add version 2.0.5

Don't build this package on Hydra, though, because it depends on data-lens,
which is broken. I add it mostly because recent versions of ariadne will
require it.
This commit is contained in:
Peter Simons 2014-10-26 16:43:13 +01:00
parent 2fc6f97723
commit f603d44feb

View file

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "Lenses";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})