haskell-packages: normalize all lists to state their elements in alphabetical order
svn path=/nixpkgs/trunk/; revision=28774
This commit is contained in:
@@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl ];
|
||||
buildTools = [ happy ];
|
||||
extraLibraries = [ gmp boehmgc ];
|
||||
extraLibraries = [ boehmgc gmp ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://www.dcs.st-and.ac.uk/~eb/epic.php";
|
||||
|
||||
Reference in New Issue
Block a user