haskell-regular: update to version 0.3.4.2
This commit is contained in:
parent
b89096d865
commit
4c814f8772
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "regular";
|
pname = "regular";
|
||||||
version = "0.3.4";
|
version = "0.3.4.2";
|
||||||
sha256 = "10gfid99xcqv3i9rp4x8hykk91qq3h7b7lxzsl7ii58vmifa4kgq";
|
sha256 = "0fshjpbgabdcsa9a4cjmvfrzy7db4s679rprdbrhhfwf5xiszs2s";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Generic programming library for regular datatypes";
|
description = "Generic programming library for regular datatypes";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue