summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix')
-rw-r--r--pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix b/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
index 9885907a93eed..1fa7e662f0223 100644
--- a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
+++ b/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
@@ -1,6 +1,6 @@
-{cabal} :
+{ cabal }:
 
-cabal.mkDerivation (self : {
+cabal.mkDerivation (self: {
   pname = "ghc-paths";
   version = "0.1.0.8";
   sha256 = "0mhc5zhbybp1vmkjsqbca51993vkpx5g8hql160m8m95apkc2wl6";
@@ -8,6 +8,9 @@ cabal.mkDerivation (self : {
     description = "Knowledge of GHC's installation directories";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
-    maintainers = [ self.stdenv.lib.maintainers.simons ];
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })