diff --git a/.gitignore b/.gitignore index cf6b2ac..9a477d7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-mmorph.spec b/ghc-mmorph.spec index 35f5452..f4c896c 100644 --- a/ghc-mmorph.spec +++ b/ghc-mmorph.spec @@ -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 - 1.1.5-1 +- update to 1.1.5 + * Thu Jul 22 2021 Fedora Release Engineering - 1.1.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/mmorph-1.1.5.cabal b/mmorph-1.1.5.cabal new file mode 100644 index 0000000..1533d70 --- /dev/null +++ b/mmorph-1.1.5.cabal @@ -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 diff --git a/sources b/sources index 4d8c845..a0551e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mmorph-1.1.3.tar.gz) = 3ef260682b5de48d765f9524abcd6853b5c4bfe94e2ca116ee4077aa0d7e5853f87e8ce1742f59b8753d2c0c3605251188346be7b394fa51d6ff2c5983edc3ec +SHA512 (mmorph-1.1.5.tar.gz) = 8429661578ef47f52e45aa4fea71aba2af115a9afc062f6ae2679270cd9d87fbbccb4c21cedfb0d7374d56c30e4dce38683e0cc1c8f37d89cc462067d233a198