haskell-symbol: update to version 0.2.1

This commit is contained in:
Peter Simons 2014-01-11 12:08:26 +01:00
parent 15342117fb
commit c792255903

View File

@ -2,12 +2,12 @@
cabal.mkDerivation (self: {
pname = "symbol";
version = "0.2.0";
sha256 = "13vr6j3wkxbdbd27xklnidfkpkjwl0kldf69z470bm5indvaaxfd";
version = "0.2.1";
sha256 = "1g9rpz40v6wnmp671wvbbinzvvxkibdnny4i6ai28pn3sxa6fgkj";
buildDepends = [ deepseq syb ];
jailbreak = true;
meta = {
homepage = "http://www.eecs.harvard.edu/~mainland/";
homepage = "http://www.cs.drexel.edu/~mainland/";
description = "A 'Symbol' type for fast symbol comparison";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;