mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
haskellPackages.unbound: 0.5.0 -> 0.5.1
This commit is contained in:
parent
df27c35e9a
commit
f168030af1
|
@ -171679,12 +171679,12 @@ self: {
|
||||||
|
|
||||||
"unbound" = callPackage
|
"unbound" = callPackage
|
||||||
({ mkDerivation, base, binary, containers, mtl, parsec, pretty
|
({ mkDerivation, base, binary, containers, mtl, parsec, pretty
|
||||||
, QuickCheck, RepLib, template-haskell, transformers
|
, QuickCheck, RepLib, stdenv, template-haskell, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "unbound";
|
pname = "unbound";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
sha256 = "1290827b7a67d87eaa4dfa8d753e01d98ef0d501ee42da0f9635fdd73b64220e";
|
sha256 = "0cjfd6fdxpi94dac5aslgfggm81fdspbywfyl5m20ah5drgpsr12";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base binary containers mtl RepLib transformers
|
base binary containers mtl RepLib transformers
|
||||||
];
|
];
|
||||||
|
@ -171695,7 +171695,6 @@ self: {
|
||||||
homepage = "https://github.com/sweirich/replib";
|
homepage = "https://github.com/sweirich/replib";
|
||||||
description = "Generic support for programming with names and binders";
|
description = "Generic support for programming with names and binders";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = [ "x86_64-darwin" ];
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"unbound-generics" = callPackage
|
"unbound-generics" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue