add some overrides for ghc 7.10.3 to build ghcjs

This commit is contained in:
Jude Taylor 2017-08-13 13:31:56 -07:00
parent 111d43042d
commit 6883119ab0
1 changed files with 6 additions and 0 deletions

View File

@ -164,6 +164,12 @@ self: super: {
vector-algorithms = addBuildDepends (dontCheck super.vector-algorithms)
[ self.mtl self.mwc-random ];
# vector with ghc < 8.0 needs semigroups
vector = addBuildDepend super.vector self.semigroups;
# too strict dependency on directory
tasty-ant-xml = doJailbreak super.tasty-ant-xml;
# https://github.com/thoughtpolice/hs-ed25519/issues/13
ed25519 = dontCheck super.ed25519;