mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-semigroups: update to version 0.15.3
This commit is contained in:
parent
6044100af1
commit
fcd50bf099
@ -1,12 +1,12 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, hashable, nats, text, unorderedContainers }:
|
||||
{ cabal, deepseq, hashable, nats, text, unorderedContainers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "semigroups";
|
||||
version = "0.15.2";
|
||||
sha256 = "1lh06d0mwivzbfjg635r3m39qcpyjvnwni7mspz96qb3zcm0c5kp";
|
||||
buildDepends = [ hashable nats text unorderedContainers ];
|
||||
version = "0.15.3";
|
||||
sha256 = "0bzrab88vvgv3bnbcc7gyc05b9h9zz1pnc6bv2d2mpg653pm97k3";
|
||||
buildDepends = [ deepseq hashable nats text unorderedContainers ];
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/semigroups/";
|
||||
description = "Anything that associates";
|
||||
|
Loading…
Reference in New Issue
Block a user