update to 1.1.5

This commit is contained in:
Jens Petersen 2021-07-08 11:15:46 +08:00
parent 4a8a78ac30
commit 4ffe4da134
4 changed files with 42 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/mmorph-1.1.0.tar.gz
/mmorph-1.1.2.tar.gz
/mmorph-1.1.3.tar.gz
/mmorph-1.1.5.tar.gz

View File

@ -5,14 +5,15 @@
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 1.1.3
Release: 6%{?dist}
Version: 1.1.5
Release: 1%{?dist}
Summary: Monad morphisms
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
@ -67,6 +68,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
@ -104,6 +106,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 1.1.5-1
- update to 1.1.5
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

33
mmorph-1.1.5.cabal Normal file
View File

@ -0,0 +1,33 @@
Name: mmorph
Version: 1.1.5
x-revision: 1
Cabal-Version: >= 1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-MMorph-Library/issues
Synopsis: Monad morphisms
Description: This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
Category: Control
Extra-Source-Files: CHANGELOG.md
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-MMorph-Library
Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.5 && < 5 ,
mtl >= 2.1 && < 2.3,
transformers >= 0.2.0.0 && < 0.6,
transformers-compat >= 0.3 && < 0.7
if impl(ghc < 8.0)
Build-Depends:
fail == 4.9.*
Exposed-Modules: Control.Monad.Morph, Control.Monad.Trans.Compose
GHC-Options: -O2
Default-Language: Haskell2010

View File

@ -1 +1 @@
SHA512 (mmorph-1.1.3.tar.gz) = 3ef260682b5de48d765f9524abcd6853b5c4bfe94e2ca116ee4077aa0d7e5853f87e8ce1742f59b8753d2c0c3605251188346be7b394fa51d6ff2c5983edc3ec
SHA512 (mmorph-1.1.5.tar.gz) = 8429661578ef47f52e45aa4fea71aba2af115a9afc062f6ae2679270cd9d87fbbccb4c21cedfb0d7374d56c30e4dce38683e0cc1c8f37d89cc462067d233a198