4 Commits

3 changed files with 18 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
name: free
category: Control, Monads
version: 5.2
x-revision: 5
x-revision: 7
license: BSD3
cabal-version: 1.18
license-file: LICENSE
@@ -61,7 +61,7 @@ extra-doc-files:
source-repository head
type: git
location: git://github.com/ekmett/free.git
location: https://github.com/ekmett/free.git
library
hs-source-dirs: src
@@ -78,7 +78,7 @@ library
build-depends:
base >= 4.9 && < 5,
comonad >= 5.0.8 && < 6,
containers >= 0.5.7.1 && < 0.8,
containers >= 0.5.7.1 && < 0.9,
distributive >= 0.5.2 && < 1,
exceptions >= 0.10.4 && < 0.11,
indexed-traversable >= 0.1.1 && < 0.2,
@@ -88,7 +88,7 @@ library
th-abstraction >= 0.4.2.0 && < 0.8,
transformers >= 0.5 && < 0.7,
transformers-base >= 0.4.5.2 && < 0.5,
template-haskell >= 2.11 && < 2.23
template-haskell >= 2.11 && < 2.24
if !impl(ghc >= 8.2)
build-depends: bifunctor-classes-compat >= 0.1 && < 0.2

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 3 10:16:41 UTC 2025 - Peter Simons <psimons@suse.com>
- Update free to version 5.2 revision 7.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 5 12:17:57 UTC 2024 - Peter Simons <psimons@suse.com>
- Update free to version 5.2 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu May 16 11:05:55 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-free
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@ Summary: Monads for free
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/5.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof