1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

haskell-io-choice: update to version 0.0.4

This commit is contained in:
Peter Simons 2013-05-16 13:02:38 +02:00
parent b0b1b606dc
commit 09a86e216e

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "io-choice"; pname = "io-choice";
version = "0.0.3"; version = "0.0.4";
sha256 = "1dfl6n3r8hifl9rli2qvwgichz3h7nxq0v6m1k29vb8dv35ldsd8"; sha256 = "1b6jvk37jkpd4m3r6ip70xwzrz67a30yam831nqpljsbgk2f9arq";
buildDepends = [ buildDepends = [
liftedBase monadControl transformers transformersBase liftedBase monadControl transformers transformersBase
]; ];