Don't depend specific version of binary in the bmp package
This was added a long time ago, because bmp required binary 0.7.1.0 at least. But that binary is now the default and requiring a specific binary just causes issues with setups where the end result is to have two version of binary in the wrapped package db.
This commit is contained in:
parent
f5aaefbb6c
commit
ad135c658d
1 changed files with 1 additions and 3 deletions
|
@ -293,9 +293,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
bloomfilter = callPackage ../development/libraries/haskell/bloomfilter {};
|
||||
|
||||
bmp = callPackage ../development/libraries/haskell/bmp {
|
||||
binary = self.binary_0_7_2_1;
|
||||
};
|
||||
bmp = callPackage ../development/libraries/haskell/bmp {};
|
||||
|
||||
Boolean = callPackage ../development/libraries/haskell/Boolean {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue