forked from pool/ghc-mmorph
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mmorph revision:18, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mmorph?expand=0&rev=16
This commit is contained in:
parent
8bbbad6361
commit
cdef2c7ad6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 23:21:00 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update mmorph to version 1.2.0 revision 3.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 22:27:12 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@ Summary: Monad morphisms
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
|
12
mmorph.cabal
12
mmorph.cabal
@ -1,14 +1,14 @@
|
||||
Name: mmorph
|
||||
Version: 1.2.0
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
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
|
||||
Copyright: 2013 Gabriella Gonzalez
|
||||
Author: Gabriella Gonzalez
|
||||
Maintainer: GenuineGabriella@gmail.com
|
||||
Bug-Reports: https://github.com/Gabriella439/Haskell-MMorph-Library/issues
|
||||
Synopsis: Monad morphisms
|
||||
Description: This library provides monad morphism utilities, most commonly used
|
||||
for manipulating monad transformer stacks.
|
||||
@ -16,7 +16,7 @@ Category: Control
|
||||
Extra-Source-Files: CHANGELOG.md
|
||||
Source-Repository head
|
||||
Type: git
|
||||
Location: https://github.com/Gabriel439/Haskell-MMorph-Library
|
||||
Location: https://github.com/Gabriella439/Haskell-MMorph-Library
|
||||
|
||||
Library
|
||||
Hs-Source-Dirs: src
|
||||
|
Loading…
Reference in New Issue
Block a user