diff --git a/.cvsignore b/.cvsignore
index d07ca1e..eff4e5e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
 QuickCheck-2.1.0.2.tar.gz
+QuickCheck-2.1.0.3.tar.gz
diff --git a/ghc-QuickCheck.spec b/ghc-QuickCheck.spec
index d3ee90d..1ee0720 100644
--- a/ghc-QuickCheck.spec
+++ b/ghc-QuickCheck.spec
@@ -21,9 +21,9 @@ observe the distribution of test data, and define test data generators.
 %global debug_package %{nil}
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2009.3.1
-Version:        2.1.0.2
-Release:        2%{?dist}
+# part of haskell-platform-2010.1.0.0
+Version:        2.1.0.3
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -45,7 +45,7 @@ This package provides the shared library.
 %endif
 
 
-%ghc_lib_package
+%{?ghc_lib_package}
 
 
 %prep
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 23 2010 Jens Petersen <petersen@redhat.com> - 2.1.0.3-1
+- update to 2.1.0.3 for haskell-platform-2010.1.0.0
+
 * Thu Jan 21 2010 Jens Petersen <petersen@redhat.com> - 2.1.0.2-2
 - BSD license
 - summary and description
diff --git a/sources b/sources
index d800678..90f2469 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 a31dab3b27d633b67fa02ad6c345cee1  QuickCheck-2.1.0.2.tar.gz
+c983f18ac12c942271e4a3beb6a5a50c  QuickCheck-2.1.0.3.tar.gz