diff --git a/blaze-html-0.8.1.1.tar.gz b/blaze-html-0.8.1.1.tar.gz
deleted file mode 100644
index aff57b2..0000000
--- a/blaze-html-0.8.1.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6
-size 76157
diff --git a/blaze-html-0.8.1.2.tar.gz b/blaze-html-0.8.1.2.tar.gz
new file mode 100644
index 0000000..96803e4
--- /dev/null
+++ b/blaze-html-0.8.1.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f7ee92b38112e939bf251530afb7385a1588a8a6c929f409492dfde7b67ef2b7
+size 77898
diff --git a/ghc-blaze-html.changes b/ghc-blaze-html.changes
index 4f8248b..ac6ee0e 100644
--- a/ghc-blaze-html.changes
+++ b/ghc-blaze-html.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Aug 1 10:39:00 UTC 2016 - psimons@suse.com
+
+- Update to version 0.8.1.2 revision 0 with cabal2obs.
+
-------------------------------------------------------------------
Sun Jul 10 17:32:50 UTC 2016 - psimons@suse.com
diff --git a/ghc-blaze-html.spec b/ghc-blaze-html.spec
index b02ce9e..c21478b 100644
--- a/ghc-blaze-html.spec
+++ b/ghc-blaze-html.spec
@@ -19,15 +19,14 @@
%global pkg_name blaze-html
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.8.1.1
+Version: 0.8.1.2
Release: 0
Summary: A blazingly fast HTML combinator library for Haskell
License: BSD-3-Clause
-Group: System/Libraries
+Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-blaze-markup-devel
BuildRequires: ghc-bytestring-devel
@@ -42,7 +41,6 @@ BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
-# End cabal-rpm deps
%description
A blazingly fast HTML combinator library for the Haskell programming language.
@@ -63,20 +61,14 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache