Update Haskell packages.
- gd: updated to version 3000.7.3 - hakyll: updated to version 3.2.6.2 - HaskellForMaths: updated to version 0.4.4 - haskell-src-meta: updated to version 0.5.1.1 - mwc-random: dropped obsolete version 0.10.0.1. - persistent-template: updated to version 0.8.2 - snap-core: updated to version 0.8.0.1 - snap-server: updated to version 0.8.0.1 - unordered-containers: dropped obsolete version 0.1.4.6. svn path=/nixpkgs/trunk/; revision=33255
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
{ cabal, deepseq, hashable }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "unordered-containers";
|
||||
version = "0.1.4.6";
|
||||
sha256 = "1azwxbrzlzaw54idp3z2xx1xlywzsf1r893blbz51nnwcj9v550d";
|
||||
buildDepends = [ deepseq hashable ];
|
||||
meta = {
|
||||
description = "Efficient hashing-based container types";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user