diff --git a/.gitignore b/.gitignore
index 92103a8..23981f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /aeson-0.6.0.0.tar.gz
+/aeson-0.6.0.2.tar.gz
diff --git a/ghc-aeson.spec b/ghc-aeson.spec
index 36cbc59..47c0049 100644
--- a/ghc-aeson.spec
+++ b/ghc-aeson.spec
@@ -10,8 +10,8 @@
 high performance.  Aeson was the father of Jason in Greek mythology.
 
 Name:           ghc-%{pkg_name}
-Version:        0.6.0.0
-Release:        2%{?dist}
+Version:        0.6.0.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -19,7 +19,7 @@ License:        BSD
 # BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
+ExclusiveArch:  %{ghc_arches_with_ghci}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
@@ -65,6 +65,10 @@ BuildRequires:  ghc-dlist-devel
 
 
 %changelog
+* Sun May  6 2012 Jens Petersen <petersen@redhat.com> - 0.6.0.2-1
+- update to 0.6.0.2
+- build needs ghci
+
 * Sat Mar 24 2012 Jens Petersen <petersen@redhat.com> - 0.6.0.0-2
 - depends on dlist for ghc > 7.2
 
diff --git a/sources b/sources
index 3fbad16..99b9bcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e1030ad37a7537ec438a30b15da90e1  aeson-0.6.0.0.tar.gz
+e69ee831158b481e778dd60b540a4a79  aeson-0.6.0.2.tar.gz