haskell-yesod-auth-hashdb: build is broken by recent updates to persistent

https://github.com/paul-rouse/yesod-auth-hashdb/issues/1
This commit is contained in:
Peter Simons 2014-09-12 11:03:15 +02:00
parent d2b284436d
commit 7783d1f147

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;
};
})