haskell-bloomfilter: fix build with GHC 7.10.1
https://github.com/bos/bloomfilter/issues/11
This commit is contained in:
parent
bfe4b07321
commit
a9d7fff06c
|
@ -334,4 +334,7 @@ self: super: {
|
||||||
# The compat library is empty in the presence of mtl 2.2.x.
|
# The compat library is empty in the presence of mtl 2.2.x.
|
||||||
mtl-compat = dontHaddock super.mtl-compat;
|
mtl-compat = dontHaddock super.mtl-compat;
|
||||||
|
|
||||||
|
# https://github.com/bos/bloomfilter/issues/11
|
||||||
|
bloomfilter = dontHaddock (appendConfigureFlag super.bloomfilter "--ghc-option=-XFlexibleContexts");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue