summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-12-05 16:22:59 +0000
committerPeter Simons <simons@cryp.to>2011-12-05 16:22:59 +0000
commitc39d60bc0e07089715db478e93d54d5b79075a8c (patch)
treec0d433644bcd84a0a20b6afb9e2bb1baa48a97b0 /pkgs
parent0ebf4b42a1256cfda58d4cca133cba2b0c4531a8 (diff)
downloadnixpkgs-c39d60bc0e07089715db478e93d54d5b79075a8c.tar
nixpkgs-c39d60bc0e07089715db478e93d54d5b79075a8c.tar.gz
nixpkgs-c39d60bc0e07089715db478e93d54d5b79075a8c.tar.bz2
nixpkgs-c39d60bc0e07089715db478e93d54d5b79075a8c.tar.lz
nixpkgs-c39d60bc0e07089715db478e93d54d5b79075a8c.tar.xz
nixpkgs-c39d60bc0e07089715db478e93d54d5b79075a8c.tar.zst
nixpkgs-c39d60bc0e07089715db478e93d54d5b79075a8c.zip
haskell-uuagc-cabal: updated to version 1.0.0.10
svn path=/nixpkgs/trunk/; revision=30760
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/haskell/uuagc/cabal.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/uuagc/cabal.nix b/pkgs/development/tools/haskell/uuagc/cabal.nix
index 6e7eb904ea1..70c0a8e9931 100644
--- a/pkgs/development/tools/haskell/uuagc/cabal.nix
+++ b/pkgs/development/tools/haskell/uuagc/cabal.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "uuagc-cabal";
-  version = "1.0.0.9";
-  sha256 = "1iifzy58w50162bwj20xmldsyq0xaq0g849zgwxai26881a1jlfg";
+  version = "1.0.0.10";
+  sha256 = "0dqj5nqq8qpylbxyv8cpy3rrnna9yqb4dnxxk7sgyhw6yvz48l56";
   buildDepends = [ mtl uulib ];
   meta = {
     homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome";