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
1 changed files with 3 additions and 0 deletions
|
@ -334,4 +334,7 @@ self: super: {
|
|||
# The compat library is empty in the presence of mtl 2.2.x.
|
||||
mtl-compat = dontHaddock super.mtl-compat;
|
||||
|
||||
# https://github.com/bos/bloomfilter/issues/11
|
||||
bloomfilter = dontHaddock (appendConfigureFlag super.bloomfilter "--ghc-option=-XFlexibleContexts");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue