[ghc-MonadCatchIO-transformers] update to 0.3.1.3

Jens Petersen petersen at fedoraproject.org
Thu Jan 22 09:16:31 UTC 2015


commit 216c85a9ab68b7fb4c453d89872c70cffc898c87
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jan 22 18:15:53 2015 +0900

    update to 0.3.1.3

 .gitignore                         |    1 +
 ghc-MonadCatchIO-transformers.spec |   14 +++++++-------
 sources                            |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68b9e31..ad0d05c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /MonadCatchIO-transformers-0.2.2.3.tar.gz
 /MonadCatchIO-transformers-0.3.0.0.tar.gz
 /MonadCatchIO-transformers-0.3.1.2.tar.gz
+/MonadCatchIO-transformers-0.3.1.3.tar.gz
diff --git a/ghc-MonadCatchIO-transformers.spec b/ghc-MonadCatchIO-transformers.spec
index da9644a..6b0b2aa 100644
--- a/ghc-MonadCatchIO-transformers.spec
+++ b/ghc-MonadCatchIO-transformers.spec
@@ -2,17 +2,14 @@
 
 %global pkg_name MonadCatchIO-transformers
 
-# no useful debuginfo for Haskell packages without C sources
-%global debug_package %{nil}
-
 Name:           ghc-%{pkg_name}
-Version:        0.3.1.2
+Version:        0.3.1.3
 Release:        1%{?dist}
 Summary:        Exception handling with IO monad transformers
 
 License:        BSD
-URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+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
 BuildRequires:  ghc-rpm-macros
@@ -28,7 +25,7 @@ Provides functions to throw and catch exceptions. Unlike the functions from
 transformers (from the 'transformers' package) with 'IO' as the base monad.
 You can extend this functionality to other monads, by creating an instance of
 the 'MonadCatchIO' class. Warning: this library is deprecated. Use the
-'exceptions' exception instead, if possible.
+'exceptions' library instead, if possible.
 
 
 %package devel
@@ -75,6 +72,9 @@ sed -i 's/\r//' LICENSE
 
 
 %changelog
+* Thu Jan 22 2015 Jens Petersen <petersen at redhat.com> - 0.3.1.3-1
+- update to 0.3.1.3
+
 * Mon Sep 01 2014 Jens Petersen <petersen at redhat.com> - 0.3.1.2-1
 - update to 0.3.1.2
 - refresh to cblrpm-0.8.11
diff --git a/sources b/sources
index 0a659c3..98d176c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca4aebf095db1c397fb88ff7589fed1b  MonadCatchIO-transformers-0.3.1.2.tar.gz
+84386619d16f7a86e4e1a5230918a10f  MonadCatchIO-transformers-0.3.1.3.tar.gz


More information about the scm-commits mailing list