about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/HUnit
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2010-07-17 13:23:48 +0000
committerAndres Löh <mail@andres-loeh.de>2010-07-17 13:23:48 +0000
commit5f8328c4616804ca97b53dad53719b9b057bd97c (patch)
tree3ce65a7e0692802910a332cca7292a134026bc15 /pkgs/development/libraries/haskell/HUnit
parent26164c05c5a227462e8f076db6018a4c55fa1412 (diff)
Preparing for the upcoming Haskell Platform release.
svn path=/nixpkgs/trunk/; revision=22620
Diffstat (limited to 'pkgs/development/libraries/haskell/HUnit')
-rw-r--r--pkgs/development/libraries/haskell/HUnit/1.2.2.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/HUnit/1.2.2.1.nix b/pkgs/development/libraries/haskell/HUnit/1.2.2.1.nix
index 9f52ed4048f67..a2cd4665e7904 100644
--- a/pkgs/development/libraries/haskell/HUnit/1.2.2.1.nix
+++ b/pkgs/development/libraries/haskell/HUnit/1.2.2.1.nix
@@ -2,7 +2,7 @@
 
 cabal.mkDerivation (self : {
   pname = "HUnit";
-  version = "1.2.2.1"; # Haskell Platform 2010.1.0.0
+  version = "1.2.2.1"; # Haskell Platform 2010.1.0.0 and 2010.2.0.0
   sha256 = "47235503b666658588181795540d29212283059b21edc42e1b4f1998e46ac853";
   meta = {
     description = "A unit testing framework for Haskell";