osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mmorph revision:14, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mmorph?expand=0&rev=13
This commit is contained in:
Ondřej Súkup 2021-08-17 09:54:16 +00:00 committed by Git OBS Bridge
parent 79b0d02a88
commit 54a627577c
5 changed files with 52 additions and 37 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jul 28 07:41:11 UTC 2021 - psimons@suse.com
- Update mmorph to version 1.2.0 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Jul 19 07:06:04 UTC 2021 - psimons@suse.com
- Update mmorph to version 1.2.0.
1.2.0
* BREAKING CHANGE: Remove instances for `ErrorT` and `ListT`
* These types are deprecated
-------------------------------------------------------------------
Tue Mar 2 09:34:20 UTC 2021 - psimons@suse.com

View File

@ -18,7 +18,7 @@
%global pkg_name mmorph
Name: ghc-%{pkg_name}
Version: 1.1.5
Version: 1.2.0
Release: 0
Summary: Monad morphisms
License: BSD-3-Clause

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46fb450e3dedab419c47b0f154badb798c9e0e8cd097f78c40a12b47e1a8092f
size 6925

3
mmorph-1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61338058eb676b466a462ca45d59f436a77a3bd6b816e4268c6d88522b6a4280
size 6861

View File

@ -1,33 +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
Name: mmorph
Version: 1.2.0
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.8
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