mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
haskell-classy-prelude: update to version 0.4.4
This commit is contained in:
parent
a7d99b7d4d
commit
17842f4e8f
@ -1,13 +1,13 @@
|
|||||||
{ cabal, basicPrelude, hashable, systemFilepath, text, transformers
|
{ cabal, basicPrelude, hashable, liftedBase, systemFilepath, text
|
||||||
, unorderedContainers, vector
|
, transformers, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "classy-prelude";
|
pname = "classy-prelude";
|
||||||
version = "0.4.3";
|
version = "0.4.4";
|
||||||
sha256 = "1k2iszja03s8azypl8lpkdjvvqsgzg73cl1wp4jl2fqp1psqv36q";
|
sha256 = "0f49b07r5isz57wjmgpfvq4hg9m5q59ad918rk1v24xdvn4y3all";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
basicPrelude hashable systemFilepath text transformers
|
basicPrelude hashable liftedBase systemFilepath text transformers
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user