1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-statestack: update to version 0.2.0.3

This commit is contained in:
Peter Simons 2014-06-03 11:36:04 +02:00
parent 4268d5c635
commit 7f9484967c

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "statestack";
version = "0.2";
sha256 = "0j1axjwlh270qy6nlvm0hbc8nbd1ggm7klkjv553qf1rprz4zc2d";
version = "0.2.0.3";
sha256 = "0w5vw8jmnwbfyma4a3ggdm9jvxf3c18kpwbvcmvr5szifaqv9sgx";
buildDepends = [ mtl transformers ];
meta = {
description = "Simple State-like monad transformer with saveable and restorable state";