tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-uniplate: update to version 1.6.11
Peter Simons
12 years ago
86d0afeb
991df646
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
uniplate
default.nix
+2
-2
pkgs/development/libraries/haskell/uniplate/default.nix
···
2
2
3
3
cabal.mkDerivation (self: {
4
4
pname = "uniplate";
5
5
-
version = "1.6.10";
6
6
-
sha256 = "0j0hsvlkml8v9f8iijcgq58qnxnmk7gzxcnl9rxx4fdr9fnaffj3";
5
5
+
version = "1.6.11";
6
6
+
sha256 = "10ppc9hqc0y17r3y4vdajshrp3956dybna7qa5zm0akgl3pbla9j";
7
7
buildDepends = [ hashable syb unorderedContainers ];
8
8
meta = {
9
9
homepage = "http://community.haskell.org/~ndm/uniplate/";