1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-timeparsers: build this package with a recent version of 'convertible'

This commit is contained in:
Peter Simons 2014-08-20 19:48:02 +02:00
parent e910c8d6c9
commit 30d05ba082

View file

@ -2493,9 +2493,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
timerep = callPackage ../development/libraries/haskell/timerep {};
timeparsers = callPackage ../development/libraries/haskell/timeparsers {
convertible = self.convertible_1_0_11_1;
};
timeparsers = callPackage ../development/libraries/haskell/timeparsers {};
timeRecurrence = callPackage ../development/libraries/haskell/time-recurrence {};