haskell-symbol: update to version 0.2.1
This commit is contained in:
parent
15342117fb
commit
c792255903
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "symbol";
|
pname = "symbol";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
sha256 = "13vr6j3wkxbdbd27xklnidfkpkjwl0kldf69z470bm5indvaaxfd";
|
sha256 = "1g9rpz40v6wnmp671wvbbinzvvxkibdnny4i6ai28pn3sxa6fgkj";
|
||||||
buildDepends = [ deepseq syb ];
|
buildDepends = [ deepseq syb ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
homepage = "http://www.cs.drexel.edu/~mainland/";
|
||||||
description = "A 'Symbol' type for fast symbol comparison";
|
description = "A 'Symbol' type for fast symbol comparison";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user