haskell-packages: normalize all lists to state their elements in alphabetical order

svn path=/nixpkgs/trunk/; revision=28774
This commit is contained in:
Peter Simons
2011-08-23 11:00:05 +00:00
parent 97de61b5b1
commit 058055fd16
15 changed files with 15 additions and 15 deletions

View File

@@ -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";