3
0
Fork 0
forked from mirrors/nixpkgs

haskell-MemoTrie: update to version 0.6.2

This commit is contained in:
Peter Simons 2014-02-28 10:43:53 +01:00
parent f9fd012c03
commit dfa12250a6

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "MemoTrie";
version = "0.6.1";
sha256 = "1bx0xd28irxjrq181wirx0vdrdj4qg4n4wj7ya27lkh408mwsxm6";
version = "0.6.2";
sha256 = "1g4b82s30bqkfids3iywf873nyn8h7l8rp8l3xl58smj5lbi3p4x";
buildDepends = [ void ];
meta = {
homepage = "http://haskell.org/haskellwiki/MemoTrie";