From 79b0d02a889517b1f42ec7ad26a0c17bcec805f2275775a36aaf5b7d81e29b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 8 Mar 2021 08:01:17 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mmorph revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mmorph?expand=0&rev=11 --- ghc-mmorph.changes | 15 +++++++++++ ghc-mmorph.spec | 2 +- mmorph-1.1.4.tar.gz | 3 --- mmorph-1.1.5.tar.gz | 3 +++ mmorph.cabal | 66 ++++++++++++++++++++++----------------------- 5 files changed, 52 insertions(+), 37 deletions(-) delete mode 100644 mmorph-1.1.4.tar.gz create mode 100644 mmorph-1.1.5.tar.gz diff --git a/ghc-mmorph.changes b/ghc-mmorph.changes index b20fb9a..7787087 100644 --- a/ghc-mmorph.changes +++ b/ghc-mmorph.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 2 09:34:20 UTC 2021 - psimons@suse.com + +- Update mmorph to version 1.1.5 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Fri Feb 19 23:06:07 UTC 2021 - psimons@suse.com + +- Update mmorph to version 1.1.5. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/mmorph-1.1.5/src/CHANGELOG.md + ------------------------------------------------------------------- Wed Feb 3 20:26:59 UTC 2021 - psimons@suse.com diff --git a/ghc-mmorph.spec b/ghc-mmorph.spec index 786ea98..6164dc8 100644 --- a/ghc-mmorph.spec +++ b/ghc-mmorph.spec @@ -18,7 +18,7 @@ %global pkg_name mmorph Name: ghc-%{pkg_name} -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: Monad morphisms License: BSD-3-Clause diff --git a/mmorph-1.1.4.tar.gz b/mmorph-1.1.4.tar.gz deleted file mode 100644 index f159e35..0000000 --- a/mmorph-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df2a4c0be2a9ac9b77f2622fc5726a62fe2e579c42cee0bc6e72a2d201f4bec3 -size 6603 diff --git a/mmorph-1.1.5.tar.gz b/mmorph-1.1.5.tar.gz new file mode 100644 index 0000000..7bd0945 --- /dev/null +++ b/mmorph-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fb450e3dedab419c47b0f154badb798c9e0e8cd097f78c40a12b47e1a8092f +size 6925 diff --git a/mmorph.cabal b/mmorph.cabal index d107e32..421bc5d 100644 --- a/mmorph.cabal +++ b/mmorph.cabal @@ -1,33 +1,33 @@ -Name: mmorph -Version: 1.1.4 -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.13 && < 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 +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