mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
haskell-symbol: update to version 0.2.4
This commit is contained in:
parent
8822e54178
commit
d478dd95c7
@ -1,12 +1,12 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, deepseq, syb }:
|
||||
{ cabal, deepseq }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "symbol";
|
||||
version = "0.2.1";
|
||||
sha256 = "1g9rpz40v6wnmp671wvbbinzvvxkibdnny4i6ai28pn3sxa6fgkj";
|
||||
buildDepends = [ deepseq syb ];
|
||||
version = "0.2.4";
|
||||
sha256 = "0cc8kdm68pirb0s7n46v0yvw5b718qf7qip40jkg5q3c3xsafx6h";
|
||||
buildDepends = [ deepseq ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.cs.drexel.edu/~mainland/";
|
||||
|
Loading…
Reference in New Issue
Block a user