about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-12 18:01:43 +0200
committerPeter Simons <simons@cryp.to>2014-10-13 09:12:21 +0200
commit850e8ad834f79633b0ce93ffc0a5bbf6757e9724 (patch)
tree24232dc18d8b80965074c91e5a88105438678456
parent242da2eb6d736011a8dbc0722df9d411d195c931 (diff)
downloadnixlib-850e8ad834f79633b0ce93ffc0a5bbf6757e9724.tar
nixlib-850e8ad834f79633b0ce93ffc0a5bbf6757e9724.tar.gz
nixlib-850e8ad834f79633b0ce93ffc0a5bbf6757e9724.tar.bz2
nixlib-850e8ad834f79633b0ce93ffc0a5bbf6757e9724.tar.lz
nixlib-850e8ad834f79633b0ce93ffc0a5bbf6757e9724.tar.xz
nixlib-850e8ad834f79633b0ce93ffc0a5bbf6757e9724.tar.zst
nixlib-850e8ad834f79633b0ce93ffc0a5bbf6757e9724.zip
haskell-exception-mtl: update to version 0.3.0.5
-rw-r--r--pkgs/development/libraries/haskell/exception-mtl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/exception-mtl/default.nix b/pkgs/development/libraries/haskell/exception-mtl/default.nix
index d3d21aaf27a5..49fb11535a12 100644
--- a/pkgs/development/libraries/haskell/exception-mtl/default.nix
+++ b/pkgs/development/libraries/haskell/exception-mtl/default.nix
@@ -4,11 +4,11 @@
 
 cabal.mkDerivation (self: {
   pname = "exception-mtl";
-  version = "0.3.0.4";
-  sha256 = "16airfs3z1qmx42qww22m21fryr8210m7ji5rgkl2amjvj4lllvc";
+  version = "0.3.0.5";
+  sha256 = "1rqrh1wbm67w9rbh1gg5zsavlsw9nfw0hnbs9q2djglh73pq3iqj";
   buildDepends = [ exceptionTransformers mtl transformers ];
   meta = {
-    homepage = "http://www.eecs.harvard.edu/~mainland/";
+    homepage = "http://www.cs.drexel.edu/~mainland/";
     description = "Exception monad transformer instances for mtl2 classes";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;