mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
haskell-symbol: update to version 0.2.1
This commit is contained in:
parent
15342117fb
commit
c792255903
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user