Updated 'fgl' attribute to point to the latest version of the library.
This has no practical effect, because we override that attributed based on the compiler version that's being used, but it still feels like the right thing to do. svn path=/nixpkgs/trunk/; revision=29415
This commit is contained in:
@@ -567,7 +567,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
fgl_5_4_2_2 = callPackage ../development/libraries/haskell/fgl/5.4.2.2.nix {};
|
||||
fgl_5_4_2_3 = callPackage ../development/libraries/haskell/fgl/5.4.2.3.nix {};
|
||||
fgl_5_4_2_4 = callPackage ../development/libraries/haskell/fgl/5.4.2.4.nix {};
|
||||
fgl = self.fgl_5_4_2_2;
|
||||
fgl = self.fgl_5_4_2_4;
|
||||
|
||||
fingertree = callPackage ../development/libraries/haskell/fingertree {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user