about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-15 11:52:32 +0200
committerPeter Simons <simons@cryp.to>2012-10-15 11:52:32 +0200
commitc1a5a23e44d8abb801b0097ace97201873cfa9a5 (patch)
treea033d222cf2b851bf1739d9c43e708663e439046 /pkgs
parentb7a540e882406124620afbc57a215d1cbc1ad4d0 (diff)
haskell-exception-mtl: update to version 0.3.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/exception-mtl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/exception-mtl/default.nix b/pkgs/development/libraries/haskell/exception-mtl/default.nix
index 9b378751ebf3d..2c64598d1d01e 100644
--- a/pkgs/development/libraries/haskell/exception-mtl/default.nix
+++ b/pkgs/development/libraries/haskell/exception-mtl/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "exception-mtl";
-  version = "0.3.0.2";
-  sha256 = "1mhk1z7hz50h8ssr4s7dzdxzn02rr0njxijdddfjjw71fln3nl5h";
+  version = "0.3.0.3";
+  sha256 = "1mmkp16c5ixknhm69a2zjrs9q0dd5ragmljnjjd6lxpakdlw64ww";
   buildDepends = [ exceptionTransformers mtl transformers ];
   meta = {
     homepage = "http://www.eecs.harvard.edu/~mainland/";