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:
Gergely Risko 2014-09-29 17:18:43 +02:00
parent f5aaefbb6c
commit ad135c658d

View file

@ -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 {};